view python/run-tests.sh @ 658:6668f541b915

Added **kwargs passthrough to cvPlot()->cv2.line() for greater drawing flexibility.
author pstaub
date Thu, 14 May 2015 19:48:09 +0200
parents da665302c88d
children 933670761a57
line wrap: on
line source

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