summaryrefslogtreecommitdiffstats
path: root/vespamalloc/src/tests/thread/CMakeLists.txt
blob: 0a00332b148513c6eff5591c23a3d23b9d2453b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# 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_executable(vespamalloc_racemanythreads_test_app
    SOURCES
    racemanythreads.cpp
)
vespa_add_test(NAME vespamalloc_thread_test_app NO_VALGRIND COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/thread_test.sh
               DEPENDS vespamalloc_thread_test_app vespamalloc_racemanythreads_test_app)