shithub: openh264

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