shithub: openh264

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