shithub: openh264

ref: aa0b2896e12a3d6426d25e7be9c62310aa8697f8
dir: /test/simple_test.cpp/

View raw version
#include <gtest/gtest.h>

int main (int argc, char** argv) {
  testing::InitGoogleTest (&argc, argv);

  return RUN_ALL_TESTS();
}