summaryrefslogtreecommitdiffstats
path: root/media/libvpx/libvpx/test/test_rc_interface.cc
blob: ec75700f732fdf1e445c9e2c256a623869ece995 (plain)
1
2
3
4
5
6
#include "third_party/googletest/src/include/gtest/gtest.h"

int main(int argc, char **argv) {
  ::testing::InitGoogleTest(&argc, argv);
  return RUN_ALL_TESTS();
}