shithub: openh264

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