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