shithub: openh264

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