shithub: openh264

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