Move the built AHK tests instead of leaving them in the source directory.

svn path=/trunk/ahk_tests/; revision=2286
This commit is contained in:
Sylvain Petreolle 2016-09-29 18:00:18 +00:00
parent 2b41562475
commit 15eb4d9883

View File

@ -12,4 +12,4 @@ IFS=$(echo -en "\n\b")
for TEST in $TESTSLIST ; do
"$WINE" Compiler/Ahk2Exe.exe /in "$TEST" /out "${TEST%.ahk}.exe"
done
find . -wholename ./Tests -prune -o -name zz_*test.exe -exec cp -a {} Tests/ \;
find . -wholename ./Tests -prune -o -name zz_*test.exe -exec mv {} Tests/ \;