view trafficintelligence/run-tests.sh @ 1191:f3b3696f5640

adding time interval for MOTA computation
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 28 Jun 2022 11:30:08 +0200
parents 75a6ad604cc5
children
line wrap: on
line source

#!/bin/sh
# for file in tests/*... basename
for f in ./*.py
do
    python3 $f
done