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