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