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