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