shithub: openh264

ref: 7f3f397706835dfa376ead7b5a5d222507d31a6c
dir: /test/api/simple_test.cpp/

View raw version
#include <gtest/gtest.h>

int main (int argc, char** argv) {
  testing::InitGoogleTest (&argc, argv);

  return RUN_ALL_TESTS();
}