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:
parent
1a871291bf
commit
5b08d9962d
6
test.pri
6
test.pri
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user