aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/datastore/compact_buffer_candidates/CMakeLists.txt
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2021-12-13 14:48:23 +0100
committerTor Egge <Tor.Egge@online.no>2021-12-13 14:48:23 +0100
commit57361b00342b266b9da09beb06930423dd56a46e (patch)
treea696ccdc518d0bf0595f94ac544fd52a9f145892 /vespalib/src/tests/datastore/compact_buffer_candidates/CMakeLists.txt
parent82397b67bcbe865283cece305037577294a86fa2 (diff)
Add CompactBufferCandidates, used to select buffers to compact.
Diffstat (limited to 'vespalib/src/tests/datastore/compact_buffer_candidates/CMakeLists.txt')
-rw-r--r--vespalib/src/tests/datastore/compact_buffer_candidates/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/vespalib/src/tests/datastore/compact_buffer_candidates/CMakeLists.txt b/vespalib/src/tests/datastore/compact_buffer_candidates/CMakeLists.txt
new file mode 100644
index 00000000000..d6731071927
--- /dev/null
+++ b/vespalib/src/tests/datastore/compact_buffer_candidates/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(vespalib_compact_buffer_candidates_test_app TEST
+ SOURCES
+ compact_buffer_candidates_test.cpp
+ DEPENDS
+ vespalib
+ GTest::GTest
+)
+vespa_add_test(NAME vespalib_compact_buffer_candidates_test_app COMMAND vespalib_compact_buffer_candidates_test_app)