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