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