shithub: libvpx

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