summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAdrian Constantin <adrian.constantin@nokia.com>2010-02-08 10:00:03 (GMT)
committerAdrian Constantin <adrian.constantin@nokia.com>2010-02-08 10:00:52 (GMT)
commit7cc07c14cedcec0b4b2929b6e4243fff80531670 (patch)
treefe8953ae7d1c145f8e77ead566707ed67ac03273 /tests
parent7b350628d231f8e491172dd00cd8ef5f7bda331e (diff)
downloadQt-7cc07c14cedcec0b4b2929b6e4243fff80531670.zip
Qt-7cc07c14cedcec0b4b2929b6e4243fff80531670.tar.gz
Qt-7cc07c14cedcec0b4b2929b6e4243fff80531670.tar.bz2
Add a recursive rule for running the auto-tests.
Use "make check" to run all the auto-tests. Task-number: QTPROD-442 Reviewed-by: Harald Fernengel Reviewed-by: Rohan McGovern
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/auto.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 3198a65..022b19a 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -587,3 +587,11 @@ contains(QT_CONFIG, declarative): SUBDIRS += declarative
xmlpatternsview \
xmlpatternsxqts \
xmlpatternsxslts
+
+
+############### make check recursively for testcases ##################
+check.CONFIG = recursive
+check.recurse = $$SUBDIRS
+check.recurse_target = check
+QMAKE_EXTRA_TARGETS += check
+###########################################################