summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2010-02-25 17:00:24 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2010-02-25 17:01:19 +1000
commit2d2e8a18e59adde641373f1801652eacbd02387a (patch)
tree8e41bb1aaeaa9d3efcca77d1e0fa521032500fe2 /tests/auto/auto.pro
parentb063347228548eed177216e37801e800bda7e5b0 (diff)
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 3d25656527..f3885a7943 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
-###########################################################