Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaLitvinova committed Jan 24, 2014
1 parent 7a7eb46 commit b738840
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion testTool.pro
Expand Up @@ -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 \
Expand Down

0 comments on commit b738840

Please sign in to comment.