summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro13
1 files changed, 12 insertions, 1 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index 85e4f3a5..5606d52a 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,2 +1,13 @@
TEMPLATE = subdirs
-SUBDIRS += auto
+SUBDIRS += shared
+
+# The `shared' directory is a special case. It does _not_ contain autotests
+# specifically for qtqa - rather it contains autotests which may be applied to
+# any Qt module. They are not supposed to be run by default when doing
+# `make check' in qtqa - if you want to run them, you need to explicitly opt-in
+# by doing `make check' under tests/shared .
+check.CONFIG = recursive
+check.recurse = $$SUBDIRS
+check.recurse -= shared
+check.recurse_target = check
+QMAKE_EXTRA_TARGETS += check