shithub: openh264

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