shithub: openh264

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