shithub: libvpx

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