shithub: openh264

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