aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/bucketdb/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/bucketdb/CMakeLists.txt')
-rw-r--r--storage/src/tests/bucketdb/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/tests/bucketdb/CMakeLists.txt b/storage/src/tests/bucketdb/CMakeLists.txt
index 9f8fbf7cf49..20c8b04f003 100644
--- a/storage/src/tests/bucketdb/CMakeLists.txt
+++ b/storage/src/tests/bucketdb/CMakeLists.txt
@@ -3,7 +3,6 @@
# TODO: Remove test library when all tests have been migrated to gtest.
vespa_add_library(storage_testbucketdb TEST
SOURCES
- judymultimaptest.cpp
lockablemaptest.cpp
DEPENDS
storage
@@ -17,6 +16,7 @@ vespa_add_executable(storage_bucketdb_gtest_runner_app TEST
gtest_runner.cpp
initializertest.cpp
judyarraytest.cpp
+ judymultimaptest.cpp
DEPENDS
storage
storage_testcommon