view trafficintelligence/run-tests.sh @ 1088:0680387a89bb

added basic saving capability to empirical distribution
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 14 Nov 2018 12:30:50 -0500
parents 75a6ad604cc5
children
line wrap: on
line source

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