aboutsummaryrefslogtreecommitdiff
path: root/test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test.cc')
-rw-r--r--test.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/test.cc b/test.cc
new file mode 100644
index 0000000..f70f5ac
--- /dev/null
+++ b/test.cc
@@ -0,0 +1,7 @@
+#include "gtest/gtest.h"
+
+int main(int argc, char **argv) {
+ testing::InitGoogleTest(&argc, argv);
+
+ return RUN_ALL_TESTS();
+}