aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/storageframework/thread/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/storageframework/thread/CMakeLists.txt')
-rw-r--r--storage/src/tests/storageframework/thread/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/storage/src/tests/storageframework/thread/CMakeLists.txt b/storage/src/tests/storageframework/thread/CMakeLists.txt
new file mode 100644
index 00000000000..d50f5933c51
--- /dev/null
+++ b/storage/src/tests/storageframework/thread/CMakeLists.txt
@@ -0,0 +1,9 @@
+# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_library(storageframework_testthread
+ SOURCES
+ tickingthreadtest.cpp
+ taskthreadtest.cpp
+ DEPENDS
+ storageframework
+ GTest::GTest
+)