summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2014-06-06 14:46:42 +0200
committerKarsten Heimrich <karsten.heimrich@digia.com>2014-06-06 14:50:27 +0200
commitfca72823ea2a9c627e86d2fb769929999ed6fe43 (patch)
treed1a65eef87bdf770627ee4e9f2693bbf18bb430d /tests/tests.pro
parentd57b04364dade21fd66a6a868b48a03aef6d751b (diff)
Make the auto tests available by default.
Change-Id: I792848492d33d4f999344cdbd816518573875dbc Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index b92a4cbb2..fc08c708b 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,8 +1,8 @@
CONFIG += ordered
TEMPLATE = subdirs
+SUBDIRS += auto
EXTRASUBDIRS = \
- auto \
downloadspeed \
environmentvariable
@@ -22,8 +22,3 @@ for(SUBDIR, EXTRASUBDIRS) {
tests.depends = mkdir
}
QMAKE_EXTRA_TARGETS *= tests
-
-# forward make "check" target to autotests
-check.commands += cd $$PWD/auto && $(QMAKE) -r $$PWD/auto && $(MAKE) check
-check.depends = first
-QMAKE_EXTRA_TARGETS *= check