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