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