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>
bb10
Rohan McGovern 2011-07-19 09:24:27 +10:00 committed by Qt by Nokia
parent 04da81e9a2
commit b02bc68066
35 changed files with 137 additions and 0 deletions

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_alive.cpp
mac:CONFIG -= app_bundle

View File

@ -1,5 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_assert.cpp
QT = core

View File

@ -1,5 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_badxml.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_benchlibcallgrind.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_benchlibeventcounter.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_benchliboptions.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_benchlibtickcounter.cpp
QT = core testlib-private

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_benchlibwalltime.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_cmptest.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_commandlinedata.cpp
QT = core

View File

@ -1,5 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_crashes.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_datatable.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_datetime.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_differentexec.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_exceptionthrow.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_expectfail.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_failinit.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_failinitdata.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_fetchbogus.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_globaldata.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_longstring.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += maxwarnings.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_multiexec.cpp
QT = core

View File

@ -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

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_singleskip.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_skip.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_skipglobal.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_skipinit.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_skipinitdata.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_sleep.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_strcmp.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_subtest.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
QT -= gui
SOURCES += tst_waitwithoutgui.cpp

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_warnings.cpp
QT = core

View File

@ -1,4 +1,8 @@
load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_xunit.cpp
mac:CONFIG -= app_bundle