shithub: libvpx

ref: 3ccbd4803bcc75be860dd67bb3a56b114251433b
dir: libvpx/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();
}