shithub: openh264

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