forked from qt-creator/qt-creator
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>
15 lines
454 B
CMake
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)
|