Unit tests

- run_all should also look for *.t.exe files on cygwin
This commit is contained in:
Federico Hernandez 2012-08-14 00:50:22 +02:00
parent 109c6434f5
commit b02bbb3c2c

View file

@ -12,7 +12,7 @@ if [ -x $VRAMSTEG ]; then
START=$($VRAMSTEG --now) START=$($VRAMSTEG --now)
fi fi
for i in *.t for i in *.t *.t.exe
do do
echo '#' $i >>all.log echo '#' $i >>all.log