shithub: openh264

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