Files
qt-creator/tests/auto/valgrind/callgrind/CMakeLists.txt
hjk 8e22e08d21 Test: Make valgrind modeldemo test compile with cmake
As on it, correct the handling of the launcher interface.
This still does not work due to wrong call of valgrind-fake.

Change-Id: Id835e84eee29720579ac2947906bb95f84377185
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
2022-06-21 08:16:28 +00:00

15 lines
454 B
CMake

include(../valgrind.cmake)
add_qtc_test(tst_callgrindparsertests
DEPENDS Utils Core ProjectExplorer Debugger Qt5::Core Qt5::Network
DEFINES
PARSERTESTS_DATA_DIR="${CMAKE_CURRENT_LIST_DIR}/data"
CALLGRINDPARSERTESTS
INCLUDES "${PROJECT_SOURCE_DIR}/src/plugins"
SOURCES callgrindparsertests.cpp callgrindparsertests.h
)
extend_valgrind_test(tst_callgrindparsertests)
# skipping modeltest (does not compile due to missing widget handler)