shithub: openh264

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