shithub: openh264

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