shithub: openh264

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