shithub: openh264

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