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