aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/coro/csi/csi_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/coro/csi/csi_test.cpp')
-rw-r--r--vespalib/src/tests/coro/csi/csi_test.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/vespalib/src/tests/coro/csi/csi_test.cpp b/vespalib/src/tests/coro/csi/csi_test.cpp
new file mode 100644
index 00000000000..301c12b2cec
--- /dev/null
+++ b/vespalib/src/tests/coro/csi/csi_test.cpp
@@ -0,0 +1,8 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+#include <vespa/vespalib/gtest/gtest.h>
+
+TEST(CoroRpcTest, dummy_test) {
+}
+
+GTEST_MAIN_RUN_ALL_TESTS()