shithub: openh264

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