| Index: source/libvpx/test/borders_test.cc
|
| diff --git a/source/libvpx/test/borders_test.cc b/source/libvpx/test/borders_test.cc
|
| index b30be4580f617f03290d94a8653a2200508769c1..6592375f804c097eae68c9852dedca2170152051 100644
|
| --- a/source/libvpx/test/borders_test.cc
|
| +++ b/source/libvpx/test/borders_test.cc
|
| @@ -80,4 +80,7 @@ TEST_P(BordersTest, TestLowBitrate) {
|
|
|
| VP9_INSTANTIATE_TEST_CASE(BordersTest, ::testing::Values(
|
| ::libvpx_test::kTwoPassGood));
|
| +
|
| +VP10_INSTANTIATE_TEST_CASE(BordersTest, ::testing::Values(
|
| + ::libvpx_test::kTwoPassGood));
|
| } // namespace
|
|
|