shithub: openh264

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