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