shithub: openh264

ref: b5cc7c2fe10028095d90b0867f5f24a25bf85e00
dir: /test/api/simple_test.cpp/

View raw version
#include <gtest/gtest.h>

int main (int argc, char** argv) {
  testing::InitGoogleTest (&argc, argv);

  return RUN_ALL_TESTS();
}