summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/common/timer/CMakeLists.txt
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-05-18 07:20:18 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-05-18 07:20:18 +0000
commit714346ca5e18851c784101537bcb9b0877d413a9 (patch)
tree121764ca0af5de204005d6b16d00a867f07fc5d8 /searchcore/src/tests/proton/common/timer/CMakeLists.txt
parentf05f60b1ec40be6f3e60349d65da60bc41555db3 (diff)
Move ScheduledExecutor to searchcore and drop fnet dependency in staging_vespalib in order to prepare collapsing stagingg vespalib into vespalib
Diffstat (limited to 'searchcore/src/tests/proton/common/timer/CMakeLists.txt')
-rw-r--r--searchcore/src/tests/proton/common/timer/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/common/timer/CMakeLists.txt b/searchcore/src/tests/proton/common/timer/CMakeLists.txt
new file mode 100644
index 00000000000..7afd366ed89
--- /dev/null
+++ b/searchcore/src/tests/proton/common/timer/CMakeLists.txt
@@ -0,0 +1,8 @@
+# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(staging_vespalib_timer_test_app TEST
+ SOURCES
+ timer_test.cpp
+ DEPENDS
+ searchcore_pcommon
+)
+vespa_add_test(NAME staging_vespalib_timer_test_app COMMAND staging_vespalib_timer_test_app)