shithub: openh264

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