comparison 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
comparison
equal deleted inserted replaced
487:e04b22ce2fcd 489:000bddf84ad0
1 #!/bin/sh 1 #!/bin/sh
2 # for file in tests/*... basename 2 # for file in tests/*... basename
3 python moving.py 3 for f in ./*.py
4 python storage.py 4 do
5 python $f
6 done
5 rm nonexistent 7 rm nonexistent
6 python indicators.py
7 python utils.py
8 python prediction.py