4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-10 16:39:35 +00:00

added change PWD

This commit is contained in:
Andrei Yankovich 2019-09-15 21:47:19 +03:00
parent 1a871291bf
commit 5b08d9962d

@ -9,11 +9,15 @@ contains(QMAKE_HOST.os, Linux):{
deployTest.commands = cqtdeployer -bin $$exec clear -qmake $$QMAKE_BIN -targetDir $$PWD/deployTests -libDir $$PWD -recursiveDepth 4
changePWD.commands = export PWD=$PWD/TestingDir
test.depends = deployTest
unix:test.commands = $$PWD/deployTests/UnitTests.sh -maxwarnings 100000
win32:test.commands = $$PWD/deployTests/UnitTests.exe -maxwarnings 100000
unix:test.depends = changePWD
QMAKE_EXTRA_TARGETS += \
deployTest \
test
test \
changePWD