Explorar o código

Forgot to add this file after a name change.

Bart Hertog %!s(int64=6) %!d(string=hai) anos
pai
achega
fbb2f9667c
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      test/test_EmbeddedProto.cpp

+ 9 - 0
test/test_EmbeddedProto.cpp

@@ -0,0 +1,9 @@
+#include <gtest/gtest.h>
+#include <gmock/gmock.h>
+
+int main(int argc, char **argv) {
+  ::testing::InitGoogleTest(&argc, argv);
+  ::testing::InitGoogleMock(&argc, argv);
+  return RUN_ALL_TESTS();
+}
+