shithub: openh264

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