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