shithub: openh264

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