summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index a485d20d3..714a707ee 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -5,7 +5,6 @@ EXTRASUBDIRS = \
auto \
downloadspeed \
environmentvariable \
- extractarchiveoperationtest \
fileengineclient \
fileengineserver
@@ -25,4 +24,9 @@ for(SUBDIR, EXTRASUBDIRS) {
!isEqual(IFW_SOURCE_TREE, $$IFW_BUILD_TREE) {
tests.depends = mkdir
}
-QMAKE_EXTRA_TARGETS += tests
+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