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