shithub: openh264

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