aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/coro/csi/CMakeLists.txt
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@yahooinc.com>2023-03-20 12:53:31 +0000
committerHåvard Pettersen <havardpe@yahooinc.com>2023-11-02 15:33:57 +0000
commit094838356b8e127fe708d6bb7940f540efb2107e (patch)
tree644d9f14b5be0cdeb62404c6321d697369a6dc72 /vespalib/src/tests/coro/csi/CMakeLists.txt
parent377bb6f2891b414a11f437a7337b596c2984937b (diff)
experiment with protoc pluginhavardpe/protoc-gen-csi
Diffstat (limited to 'vespalib/src/tests/coro/csi/CMakeLists.txt')
-rw-r--r--vespalib/src/tests/coro/csi/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/vespalib/src/tests/coro/csi/CMakeLists.txt b/vespalib/src/tests/coro/csi/CMakeLists.txt
new file mode 100644
index 00000000000..5987428fe65
--- /dev/null
+++ b/vespalib/src/tests/coro/csi/CMakeLists.txt
@@ -0,0 +1,11 @@
+# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+vespa_add_executable(vespalib_csi_test_app TEST
+ SOURCES
+ csi_test.cpp
+ DEPENDS
+ vespalib
+ GTest::GTest
+)
+vespa_generate_protobuf_csi(vespalib_csi_test_app ./test.proto)
+vespa_add_test(NAME vespalib_csi_test_app COMMAND vespalib_csi_test_app)