2022-06-20 12:26:37 +02:00
|
|
|
include(../valgrind.cmake)
|
|
|
|
|
|
2020-12-03 14:31:42 +01:00
|
|
|
add_qtc_test(tst_callgrindparsertests
|
2022-12-20 17:31:22 +01:00
|
|
|
DEPENDS Utils Core ProjectExplorer Debugger Qt::Core Qt::Network
|
2020-12-03 14:31:42 +01:00
|
|
|
DEFINES
|
|
|
|
|
PARSERTESTS_DATA_DIR="${CMAKE_CURRENT_LIST_DIR}/data"
|
|
|
|
|
CALLGRINDPARSERTESTS
|
|
|
|
|
INCLUDES "${PROJECT_SOURCE_DIR}/src/plugins"
|
|
|
|
|
SOURCES callgrindparsertests.cpp callgrindparsertests.h
|
|
|
|
|
)
|
|
|
|
|
|
2022-06-20 12:26:37 +02:00
|
|
|
extend_valgrind_test(tst_callgrindparsertests)
|
|
|
|
|
|
2020-12-03 14:31:42 +01:00
|
|
|
# skipping modeltest (does not compile due to missing widget handler)
|