shithub: openh264

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