shithub: openh264

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