shithub: openh264

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