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