shithub: openh264

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