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