summaryrefslogtreecommitdiff
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-03-14 12:53:03 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-19 10:42:32 +0100
commitace35d30f78121c362ebf7b49519459fa0ccee3f (patch)
treea6c363ea7190b3e3cc71394d6945ff6606d1bf53 /tests/auto/auto.pro
parent1cd9bab303fcc74852cd0234bfbc2ba7c6550943 (diff)
downloadqtquickcontrols-ace35d30f78121c362ebf7b49519459fa0ccee3f.tar.gz
Tests: ensure that the testplugin gets built before tests
Tests require the testplugin to be built. This change makes sure that the testplugin gets built first and therefore running 'make check' on a clean build works out of the box. Change-Id: I862258f9d33c2eebaa5960651e48ed9740d7623c Reviewed-by: Caroline Chao <caroline.chao@digia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 5c3f8d59..dcbf1f8b 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,2 +1,3 @@
TEMPLATE = subdirs
-SUBDIRS += controls testplugin
+SUBDIRS += testplugin controls
+CONFIG += ordered