qt5base-lts/tests/auto/testlib/selftests/pass/pass.pro
Tor Arne Vestbø a539e53eb0 Add 'pass' test to testlib selftests
Change-Id: I858cd5e6ef7ad1064166efb7325c62065d46eb27
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@qt.io>
2020-03-05 15:18:04 +01:00

10 lines
173 B
Prolog

SOURCES += tst_pass.cpp
QT = core testlib
macos:CONFIG -= app_bundle
CONFIG -= debug_and_release_target
TARGET = pass
include($$QT_SOURCE_TREE/src/testlib/selfcover.pri)