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