summaryrefslogtreecommitdiff
path: root/tests/auto/valgrind/callgrind/CMakeLists.txt
blob: 4b17e2cdd7667e8bcc8ad2905aece09b57051622 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include(../valgrind.cmake)

add_qtc_test(tst_callgrindparsertests
  DEPENDS Utils Core ProjectExplorer Debugger Qt::Core Qt::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)