Mercurial > hg > nsaunier > traffic-intelligence
view trafficintelligence/run-tests.sh @ 1258:3d6ee243d5c0
update to add curvilinear positions
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Sun, 07 Apr 2024 22:09:40 -0400 |
| parents | 75a6ad604cc5 |
| children |
line wrap: on
line source
#!/bin/sh # for file in tests/*... basename for f in ./*.py do python3 $f done
