qt5base-lts/tests/auto/testlib/selftests/verbose2/verbose2.pro
Tor Arne Vestbø 8237e39f5d testlib: Move subtest argument handling to individual tests
The test orchestrator shouldn't have to deal with the individual options
needed for each test.

Change-Id: I78bbf4850cc649e625bd08a7aedf02267ba1314d
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2020-02-06 23:43:05 +01:00

15 lines
353 B
Prolog

# This test just reuses the counting selftest to show how the output
# differs when the -v2 command-line switch is used.
SOURCES += ../counting/tst_counting.cpp
QT = core testlib
DEFINES += TESTLIB_VERBOSITY_ARG="-v2"
mac:CONFIG -= app_bundle
CONFIG -= debug_and_release_target
TARGET = verbose2
include($$QT_SOURCE_TREE/src/testlib/selfcover.pri)