shithub: openh264

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