shithub: openh264

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