shithub: openh264

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