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