summaryrefslogtreecommitdiff
path: root/src/tests/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/main.cpp')
-rw-r--r--src/tests/main.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tests/main.cpp b/src/tests/main.cpp
new file mode 100644
index 0000000..96d7200
--- /dev/null
+++ b/src/tests/main.cpp
@@ -0,0 +1,7 @@
+#include <gtest/gtest.h>
+
+int main(int argc, char **argv)
+{
+ ::testing::InitGoogleTest(&argc, argv);
+ return RUN_ALL_TESTS();
+}