summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2015-03-04 14:14:53 +0100
committerhjk <hjk@theqtcompany.com>2015-03-04 14:03:29 +0000
commit46d515529a6c316b2032e82989493c89e60109d1 (patch)
tree5c91f54eeca2898623fe583310b36ef528f29b33 /tests
parentb79c4a37e4af4606665fa84d11e4177e34aff167 (diff)
downloadqt-creator-46d515529a6c316b2032e82989493c89e60109d1.tar.gz
Tests: Use real project dependencies in memcheck test
Change-Id: Iced26e5b2a4a4ba5e1075e19eeffe96b2e298d0f Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/valgrind/memcheck/memcheck.pro15
1 files changed, 13 insertions, 2 deletions
diff --git a/tests/auto/valgrind/memcheck/memcheck.pro b/tests/auto/valgrind/memcheck/memcheck.pro
index eed8482d76..977beb7937 100644
--- a/tests/auto/valgrind/memcheck/memcheck.pro
+++ b/tests/auto/valgrind/memcheck/memcheck.pro
@@ -1,3 +1,14 @@
TEMPLATE = subdirs
-CONFIG += ordered
-SUBDIRS += parsertests.pro modeldemo.pro testapps testrunner.pro
+
+parsertests.file = parsertests.pro
+
+modeldemo.file = modeldemo.pro
+
+testapps.depends = modeldemo parsertests
+
+testrunner.file = testrunner.pro
+testrunner.depends = testapps
+
+SUBDIRS += parsertests modeldemo testapps testrunner
+
+