aboutsummaryrefslogtreecommitdiffstats
path: root/searchcorespi/src/tests/index/disk_indexes/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'searchcorespi/src/tests/index/disk_indexes/CMakeLists.txt')
-rw-r--r--searchcorespi/src/tests/index/disk_indexes/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/searchcorespi/src/tests/index/disk_indexes/CMakeLists.txt b/searchcorespi/src/tests/index/disk_indexes/CMakeLists.txt
new file mode 100644
index 00000000000..81b6bb0e8a9
--- /dev/null
+++ b/searchcorespi/src/tests/index/disk_indexes/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_executable(searchcorespi_disk_indexes_test_app
+ SOURCES
+ disk_indexes_test.cpp
+ DEPENDS
+ searchcorespi
+ GTest::GTest
+)
+vespa_add_test(NAME searchcorespi_disk_indexes_test_app COMMAND searchcorespi_disk_indexes_test_app)