aboutsummaryrefslogtreecommitdiffstats
path: root/searchcorespi/src/tests/index/active_disk_indexes/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'searchcorespi/src/tests/index/active_disk_indexes/CMakeLists.txt')
-rw-r--r--searchcorespi/src/tests/index/active_disk_indexes/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/searchcorespi/src/tests/index/active_disk_indexes/CMakeLists.txt b/searchcorespi/src/tests/index/active_disk_indexes/CMakeLists.txt
deleted file mode 100644
index e10ada381bf..00000000000
--- a/searchcorespi/src/tests/index/active_disk_indexes/CMakeLists.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(searchcorespi_active_disk_indexes_test_app
- SOURCES
- active_disk_indexes_test.cpp
- DEPENDS
- searchcorespi
- GTest::GTest
-)
-vespa_add_test(NAME searchcorespi_active_disk_indexes_test_app COMMAND searchcorespi_active_disk_indexes_test_app)