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