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