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