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