aboutsummaryrefslogtreecommitdiff
path: root/libvpx/test/test_rc_interface.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libvpx/test/test_rc_interface.cc')
-rw-r--r--libvpx/test/test_rc_interface.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/libvpx/test/test_rc_interface.cc b/libvpx/test/test_rc_interface.cc
new file mode 100644
index 000000000..ec75700f7
--- /dev/null
+++ b/libvpx/test/test_rc_interface.cc
@@ -0,0 +1,6 @@
+#include "third_party/googletest/src/include/gtest/gtest.h"
+
+int main(int argc, char **argv) {
+ ::testing::InitGoogleTest(&argc, argv);
+ return RUN_ALL_TESTS();
+}