summaryrefslogtreecommitdiffstats
path: root/storageserver/src/tests/gtest_runner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storageserver/src/tests/gtest_runner.cpp')
-rw-r--r--storageserver/src/tests/gtest_runner.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/storageserver/src/tests/gtest_runner.cpp b/storageserver/src/tests/gtest_runner.cpp
new file mode 100644
index 00000000000..422b4fd5a73
--- /dev/null
+++ b/storageserver/src/tests/gtest_runner.cpp
@@ -0,0 +1,8 @@
+// Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+#include <vespa/vespalib/gtest/gtest.h>
+
+#include <vespa/log/log.h>
+LOG_SETUP("storageserver_gtest_runner");
+
+GTEST_MAIN_RUN_ALL_TESTS()