Mercurial > hg > nsaunier > traffic-intelligence
view trafficintelligence/run-tests.sh @ 1132:09ef0dc994a0
modification for performance computation
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Wed, 26 Feb 2020 22:32:39 -0500 |
| parents | 75a6ad604cc5 |
| children |
line wrap: on
line source
#!/bin/sh # for file in tests/*... basename for f in ./*.py do python3 $f done
