qt5base-lts/tests/auto/testlib/selftests/benchlibcounting/CMakeLists.txt
Leander Beernaert dfd37e27ca CMake: Enable testlib selftests
This patch adds the equivalent of testlib's selfcover.pri and is enabled
for both testlib and the respective selftests test.

This patch also fixes the selftests so that they can run without
FEATURE_testlib_selfcover enabled.

Change-Id: I15913de2d572ac79804ce3e652cee66de74318f8
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2020-03-18 16:28:30 +01:00

22 lines
595 B
CMake

# Generated from benchlibcounting.pro.
#####################################################################
## benchlibcounting Binary:
#####################################################################
add_qt_executable(benchlibcounting
NO_INSTALL # special case
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
SOURCES
tst_benchlibcounting.cpp
PUBLIC_LIBRARIES
Qt::Test
)
## Scopes:
#####################################################################
# special case begin
qt_apply_testlib_coverage_options(tst_selftests)
# special case end