shithub: openh264

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