summaryrefslogtreecommitdiffstats
path: root/tests/auto/selftests/qexecstringlist/qexecstringlist.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-07-19 09:24:27 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-19 13:11:40 +0200
commitb02bc68066ba5834bca49899ef80cc3dd415809b (patch)
treee894ed83eea609fbe85a53c8d6eac4ac0d0398d0 /tests/auto/selftests/qexecstringlist/qexecstringlist.pro
parent04da81e9a2b713571429dc01066727b90ef2b651 (diff)
tests: do not run the testlib selftest helpers during `make check'
These projects are conceptually not autotests, but more like helper programs for the tst_selftests autotest. Some of them are expected to fail, so they should not be run except via tst_selftests. Change-Id: Iba8e4242e8dad9f92874ae690c9f4d9814758f4b Reviewed-on: http://codereview.qt.nokia.com/1791 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/selftests/qexecstringlist/qexecstringlist.pro')
-rw-r--r--tests/auto/selftests/qexecstringlist/qexecstringlist.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/selftests/qexecstringlist/qexecstringlist.pro b/tests/auto/selftests/qexecstringlist/qexecstringlist.pro
index 73bdaca06e..d994ceabf3 100644
--- a/tests/auto/selftests/qexecstringlist/qexecstringlist.pro
+++ b/tests/auto/selftests/qexecstringlist/qexecstringlist.pro
@@ -1,4 +1,8 @@
load(qttest_p4)
+
+# this is not a real testcase ('make check' should not run it)
+CONFIG -= testcase
+
SOURCES += tst_qexecstringlist.cpp
QT = core