summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index 904c979ee..72aee155f 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -28,6 +28,6 @@ for(SUBDIR, EXTRASUBDIRS) {
QMAKE_EXTRA_TARGETS *= tests
# forward make "check" target to autotests
-check.commands += cd $$PWD/auto && $(QMAKE) $$PWD/auto && $(MAKE) check
+check.commands += cd $$PWD/auto && $(QMAKE) -r $$PWD/auto && $(MAKE) check
check.depends = first
QMAKE_EXTRA_TARGETS *= check