shithub: openh264

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