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