shithub: openh264

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