shithub: openh264

ref: 7aff66d40ccfc9c4daf11691c73f4d5c9a3cba34
dir: /test/api/simple_test.cpp/

View raw version
#include <gtest/gtest.h>

int main (int argc, char** argv) {
  testing::InitGoogleTest (&argc, argv);

  return RUN_ALL_TESTS();
}