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