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