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