diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-02-25 07:00:24 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-02-25 07:01:19 (GMT) |
commit | 2d2e8a18e59adde641373f1801652eacbd02387a (patch) | |
tree | 8e41bb1aaeaa9d3efcca77d1e0fa521032500fe2 /tests/auto | |
parent | b063347228548eed177216e37801e800bda7e5b0 (diff) | |
download | Qt-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')
-rw-r--r-- | tests/auto/auto.pro | 7 |
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 -########################################################### |