aboutsummaryrefslogtreecommitdiffstats
path: root/vespamalloc/src/tests/test2/CMakeLists.txt
blob: 668c09feb03a04db05f00e10f0677657b8cd03dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespamalloc_testgraph_app
    SOURCES
    testgraph.cpp
    ../../vespamalloc/util/stream.cpp
    ../../vespamalloc/util/traceutil.cpp
    ../../vespamalloc/util/callstack.cpp
    DEPENDS
)
vespa_add_test(NAME vespamalloc_testgraph_app NO_VALGRIND COMMAND vespamalloc_testgraph_app)