shithub: openh264

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