vp9_cx_iface: set default cpu_used=5 w/CONFIG_REALTIME_ONLY
[platform/upstream/libvpx.git] / test / test_rc_interface.cc
1 #include "third_party/googletest/src/include/gtest/gtest.h"
2
3 int main(int argc, char **argv) {
4   ::testing::InitGoogleTest(&argc, argv);
5   return RUN_ALL_TESTS();
6 }