shithub: openh264

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