shithub: openh264

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