shithub: openh264

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