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