qt5base-lts/tests/auto/selftests/warnings/warnings.pro
Rohan McGovern b02bc68066 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>
2011-07-19 13:11:40 +02:00

14 lines
219 B
Prolog

load(qttest_p4)
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_warnings.cpp
QT = core
mac:CONFIG -= app_bundle
CONFIG -= debug_and_release_target
TARGET = warnings