shithub: openh264

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