shithub: openh264

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