mirror of
https://github.com/reactos/ahk_tests.git
synced 2024-11-23 11:39:42 +00:00
[AHK]
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:
parent
2b41562475
commit
15eb4d9883
@ -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/ \;
|
||||
|
Loading…
Reference in New Issue
Block a user