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