shithub: openh264

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