shithub: libvpx

ref: 9039995e94ef5c70e6f3cbf5fe43367da18a0dcc
dir: /test/test_rc_interface.cc/

View raw version
#include "third_party/googletest/src/include/gtest/gtest.h"

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