shithub: openh264

ref: 9d16e0f897a5fd9ef98ac32022d7a7eb3812fb44
dir: /test/simple_test.cpp/

View raw version
#include <gtest/gtest.h>

int main (int argc, char** argv) {
  testing::InitGoogleTest (&argc, argv);

  return RUN_ALL_TESTS();
}