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