aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dummy/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dummy/main.cc')
-rw-r--r--tests/dummy/main.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/dummy/main.cc b/tests/dummy/main.cc
new file mode 100644
index 00000000..13f071ce
--- /dev/null
+++ b/tests/dummy/main.cc
@@ -0,0 +1,8 @@
+#include "gtest/gtest.h"
+
+#include <vector>
+
+int main(int argc, char **argv) {
+ ::testing::InitGoogleTest(&argc, argv);
+ return RUN_ALL_TESTS();
+}