shithub: openh264

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