ref: 11bdd8adad5b651ecdbd79239d9ee3cd4faf826f dir: /test/simple_test.cpp/
#include <gtest/gtest.h> int main (int argc, char** argv) { testing::InitGoogleTest (&argc, argv); return RUN_ALL_TESTS(); }