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