shithub: openh264

ref: 9c5402837e889a18e8fbe04d5efc50f32d7cc68b
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();
}