shithub: openh264

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