shithub: openh264

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