2012-03-01 01:01:49 +00:00
|
|
|
# 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
|
|
|
|
|
2020-02-06 11:07:04 +00:00
|
|
|
DEFINES += TESTLIB_VERBOSITY_ARG="-v2"
|
|
|
|
|
2012-03-01 01:01:49 +00:00
|
|
|
mac:CONFIG -= app_bundle
|
|
|
|
CONFIG -= debug_and_release_target
|
|
|
|
|
|
|
|
TARGET = verbose2
|
2018-08-06 15:07:07 +00:00
|
|
|
|
|
|
|
include($$QT_SOURCE_TREE/src/testlib/selfcover.pri)
|