shithub: openh264

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