shithub: openh264

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