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