shithub: openh264

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