comparison trafficintelligence/run-tests.sh @ 1044:75a6ad604cc5

work on motion patterns
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 05 Jul 2018 17:06:40 -0400
parents cc5cb04b04b0
children
comparison
equal deleted inserted replaced
1043:b735895c8815 1044:75a6ad604cc5
2 # for file in tests/*... basename 2 # for file in tests/*... basename
3 for f in ./*.py 3 for f in ./*.py
4 do 4 do
5 python3 $f 5 python3 $f
6 done 6 done
7 for f in ./tests/*.py
8 do
9 python3 $f
10 done