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