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