Unit tests
- run_all should also look for *.t.exe files on cygwin
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user