aboutsummaryrefslogtreecommitdiffstats
path: root/vespamalloc/src/tests/thread/CMakeLists.txt
blob: 67539a68f77fd01a5a9bc4d5eef4cf15e862b5a9 (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
    SOURCES
    thread.cpp
)
vespa_add_test(NAME vespamalloc_thread_test_app NO_VALGRIND COMMAND sh thread_test.sh)
vespa_add_executable(vespamalloc_racemanythreads_test_app
    SOURCES
    racemanythreads.cpp
)