summaryrefslogtreecommitdiffstats
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.txt10
1 files changed, 1 insertions, 9 deletions
diff --git a/storage/src/tests/bucketdb/CMakeLists.txt b/storage/src/tests/bucketdb/CMakeLists.txt
index 20c8b04f003..2468e587aff 100644
--- a/storage/src/tests/bucketdb/CMakeLists.txt
+++ b/storage/src/tests/bucketdb/CMakeLists.txt
@@ -1,14 +1,5 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-# TODO: Remove test library when all tests have been migrated to gtest.
-vespa_add_library(storage_testbucketdb TEST
- SOURCES
- lockablemaptest.cpp
- DEPENDS
- storage
- storage_testcommon
-)
-
vespa_add_executable(storage_bucketdb_gtest_runner_app TEST
SOURCES
bucketinfotest.cpp
@@ -17,6 +8,7 @@ vespa_add_executable(storage_bucketdb_gtest_runner_app TEST
initializertest.cpp
judyarraytest.cpp
judymultimaptest.cpp
+ lockablemaptest.cpp
DEPENDS
storage
storage_testcommon