shithub: openh264

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