shithub: openh264

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