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)
|
||||
fi
|
||||
|
||||
for i in *.t
|
||||
for i in *.t *.t.exe
|
||||
do
|
||||
echo '#' $i >>all.log
|
||||
|
||||
|
||||
Reference in New Issue
Block a user