diff --git a/.travis.yml b/.travis.yml index 7f644795ef..f4062a7c7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ env: - CONFIG=release PROJECT=qrealBP VERA=false TESTS=true - CONFIG=debug PROJECT=qrealTest VERA=false TESTS="./exampleTests && ./qrgui_unittests && ./qrrepo_unittests && ./qrutils_unittests && ./visualDebugSupport_unittests" - CONFIG=release PROJECT=qrealTest VERA=false TESTS="./exampleTests && ./qrgui_unittests && ./qrrepo_unittests && ./qrutils_unittests && ./visualDebugSupport_unittests" - - CONFIG=release PROJECT=testTool VERA=false TESTS=true + - CONFIG=release PROJECT=testTool VERA=false TESTS="./editorPluginTestFramework testMetamodel.qrs 1" install: - if [ "$CXX" = "g++" ]; then sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y; fi diff --git a/testTool.pro b/testTool.pro index e108cf5e93..af3c772111 100644 --- a/testTool.pro +++ b/testTool.pro @@ -8,13 +8,14 @@ SUBDIRS += \ qrrepo \ qrkernel \ qrutils \ - qrtest/editorPluginTestingFramework \ + editorPluginTestingFramework \ qrutils.depends = qrkernel qrrepo.depends = qrkernel qrutils qrxc.depends = qrutils qrmc.depends = qrrepo qrmc.file = qrmc/qrmc-lib.pro +editorPluginTestingFramework.file = qrtest/editorPluginTestingFramework/editorPluginTestingFramework.pro editorPluginTestingFramework.depends = \ qrmc \