summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2010-02-25 07:00:24 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2010-02-25 07:01:19 (GMT)
commit2d2e8a18e59adde641373f1801652eacbd02387a (patch)
tree8e41bb1aaeaa9d3efcca77d1e0fa521032500fe2 /tests/auto/auto.pro
parentb063347228548eed177216e37801e800bda7e5b0 (diff)
downloadQt-2d2e8a18e59adde641373f1801652eacbd02387a.zip
Qt-2d2e8a18e59adde641373f1801652eacbd02387a.tar.gz
Qt-2d2e8a18e59adde641373f1801652eacbd02387a.tar.bz2
Remove `make check' logic from auto.pro.
The `check' target is now automatically recursive on all subdirs projects.
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 3d25656..f3885a7 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -590,10 +590,3 @@ contains(QT_CONFIG, declarative): SUBDIRS += declarative
xmlpatternsxqts \
xmlpatternsxslts
-
-############### make check recursively for testcases ##################
-check.CONFIG = recursive
-check.recurse = $$SUBDIRS
-check.recurse_target = check
-QMAKE_EXTRA_TARGETS += check
-###########################################################