shithub: libvpx

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