shithub: openh264

ref: 793c80df8bc77d8f526b650a797e3b80f0eb16e1
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();
}