summaryrefslogtreecommitdiffstats
path: root/vespamalloc/src/tests/thread/CMakeLists.txt
blob: 61a60dfec048acf0600fcd8822dae270e12b2d09 (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_thread_test_app TEST
    SOURCES
    thread.cpp
)
vespa_add_test(NAME vespamalloc_thread_test_app NO_VALGRIND COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/thread_test.sh)
vespa_add_executable(vespamalloc_racemanythreads_test_app
    SOURCES
    racemanythreads.cpp
)