summaryrefslogtreecommitdiffstats
path: root/fastos/src/tests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'fastos/src/tests/CMakeLists.txt')
-rw-r--r--fastos/src/tests/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/fastos/src/tests/CMakeLists.txt b/fastos/src/tests/CMakeLists.txt
index 34007afb8d5..8c0d255df32 100644
--- a/fastos/src/tests/CMakeLists.txt
+++ b/fastos/src/tests/CMakeLists.txt
@@ -26,13 +26,6 @@ vespa_add_executable(fastos_thread_joinwait_test_app TEST
fastos
)
vespa_add_test(NAME fastos_thread_joinwait_test_app NO_VALGRIND COMMAND fastos_thread_joinwait_test_app)
-vespa_add_executable(fastos_thread_bounce_test_app TEST
- SOURCES
- thread_bounce_test.cpp
- DEPENDS
- fastos
-)
-vespa_add_test(NAME fastos_thread_bounce_test_app NO_VALGRIND COMMAND fastos_thread_bounce_test_app)
vespa_add_executable(fastos_threadtest_app TEST
SOURCES
threadtest.cpp