diff python/run-tests.sh @ 489:000bddf84ad0

corrected bugs in safety analysis
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 11 Apr 2014 17:47:38 -0400
parents abbd4bc13dac
children 5800a87f11ae
line wrap: on
line diff
--- a/python/run-tests.sh	Fri Apr 04 17:43:56 2014 -0400
+++ b/python/run-tests.sh	Fri Apr 11 17:47:38 2014 -0400
@@ -1,8 +1,7 @@
 #!/bin/sh
 # for file in tests/*... basename
-python moving.py
-python storage.py
+for f in ./*.py
+do
+    python $f
+done
 rm nonexistent
-python indicators.py
-python utils.py
-python prediction.py
\ No newline at end of file