shithub: openh264

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