shithub: openh264

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