shithub: openh264

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