shithub: openh264

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