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