shithub: openh264

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