shithub: openh264

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