summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/storageapi/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/storageapi/CMakeLists.txt')
-rw-r--r--storage/src/tests/storageapi/CMakeLists.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/storage/src/tests/storageapi/CMakeLists.txt b/storage/src/tests/storageapi/CMakeLists.txt
new file mode 100644
index 00000000000..cfcdfd55350
--- /dev/null
+++ b/storage/src/tests/storageapi/CMakeLists.txt
@@ -0,0 +1,18 @@
+# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+vespa_add_executable(storageapi_gtest_runner_app TEST
+ SOURCES
+ gtest_runner.cpp
+ DEPENDS
+ storageapi_testbuckets
+ storageapi_testmbusprot
+ storageapi_testmessageapi
+ storage
+ GTest::GTest
+)
+
+vespa_add_test(
+ NAME storageapi_gtest_runner_app
+ COMMAND storageapi_gtest_runner_app
+)
+