shithub: openh264

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