shithub: openh264

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