shithub: openh264

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