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