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