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