shithub: openh264

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