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