shithub: openh264

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