| Index: source/libvpx/test/vp9_arf_freq_test.cc
|
| diff --git a/source/libvpx/test/vp9_arf_freq_test.cc b/source/libvpx/test/vp9_arf_freq_test.cc
|
| index aa3e34d62f40bc70b24bc726388c9348d8c5d9a5..87ff15b64a5768ff170a46bfbba1dd39f9125f66 100644
|
| --- a/source/libvpx/test/vp9_arf_freq_test.cc
|
| +++ b/source/libvpx/test/vp9_arf_freq_test.cc
|
| @@ -229,4 +229,10 @@ VP9_INSTANTIATE_TEST_CASE(
|
| ::testing::ValuesIn(kTestVectors),
|
| ::testing::ValuesIn(kEncodeVectors),
|
| ::testing::ValuesIn(kMinArfVectors));
|
| +
|
| +VP10_INSTANTIATE_TEST_CASE(
|
| + ArfFreqTest,
|
| + ::testing::ValuesIn(kTestVectors),
|
| + ::testing::ValuesIn(kEncodeVectors),
|
| + ::testing::ValuesIn(kMinArfVectors));
|
| } // namespace
|
|
|