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
parent
04da81e9a2
commit
b02bc68066
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue