shithub: openh264

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