summaryrefslogtreecommitdiffstats
path: root/fbench/src/test/authority/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'fbench/src/test/authority/CMakeLists.txt')
-rw-r--r--fbench/src/test/authority/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/fbench/src/test/authority/CMakeLists.txt b/fbench/src/test/authority/CMakeLists.txt
new file mode 100644
index 00000000000..00f804f43f6
--- /dev/null
+++ b/fbench/src/test/authority/CMakeLists.txt
@@ -0,0 +1,10 @@
+# Copyright 2020 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(fbench_authority_test_app TEST
+ SOURCES
+ authority_test.cpp
+ DEPENDS
+ fbench_util
+ vespalib
+ gtest
+)
+vespa_add_test(NAME fbench_authority_test_app COMMAND fbench_authority_test_app)