shithub: libvpx

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