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