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