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