3a5f86d784
Based on Asmo Saarela's advice (QTPM-686), adapted on advice from FrogLogic support and converted to a feature so that the selftest and testlib qmake config can be co-ordinated. Task-number: QTPM-1385 Change-Id: Icd706f086009e1e08b3f8c5cd553f792402e28c0 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
13 lines
313 B
Prolog
13 lines
313 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
|
|
|
|
mac:CONFIG -= app_bundle
|
|
CONFIG -= debug_and_release_target
|
|
|
|
TARGET = verbose2
|
|
|
|
include($$QT_SOURCE_TREE/src/testlib/selfcover.pri)
|