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