summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/executor/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/executor/CMakeLists.txt')
-rw-r--r--vespalib/src/tests/executor/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/vespalib/src/tests/executor/CMakeLists.txt b/vespalib/src/tests/executor/CMakeLists.txt
index 0745c7523b1..0435c03f34c 100644
--- a/vespalib/src/tests/executor/CMakeLists.txt
+++ b/vespalib/src/tests/executor/CMakeLists.txt
@@ -20,3 +20,10 @@ vespa_add_executable(vespalib_stress_test_app
vespalib
)
vespa_add_test(NAME vespalib_stress_test_app COMMAND vespalib_stress_test_app BENCHMARK)
+vespa_add_executable(vespalib_blockingthreadstackexecutor_test_app TEST
+ SOURCES
+ blockingthreadstackexecutor_test.cpp
+ DEPENDS
+ vespalib
+)
+vespa_add_test(NAME vespalib_blockingthreadstackexecutor_test_app COMMAND vespalib_blockingthreadstackexecutor_test_app)