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