aboutsummaryrefslogtreecommitdiffstats
path: root/vespamalloc/src/tests/overwrite/CMakeLists.txt
blob: f3625bd396c3c368c0bb0fda465a7a9f1c48f979 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespamalloc_overwrite_test_app
    SOURCES
    overwrite.cpp
    DEPENDS
)
vespa_add_test(NAME vespamalloc_overwrite_test_app NO_VALGRIND COMMAND sh overwrite_test.sh)
vespa_add_executable(vespamalloc_expectsignal-overwrite_app
    SOURCES
    expectsignal.cpp
    DEPENDS
)