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