| Index: source/libvpx/test/cpu_speed_test.cc
|
| diff --git a/source/libvpx/test/cpu_speed_test.cc b/source/libvpx/test/cpu_speed_test.cc
|
| index 4477bf02d6b277bdfa97a72d54db94fe9426cba9..8baa2f9c8926a1c141c55c75ece0b927eabf64d1 100644
|
| --- a/source/libvpx/test/cpu_speed_test.cc
|
| +++ b/source/libvpx/test/cpu_speed_test.cc
|
| @@ -140,4 +140,9 @@ VP9_INSTANTIATE_TEST_CASE(
|
| ::testing::Values(::libvpx_test::kTwoPassGood, ::libvpx_test::kOnePassGood,
|
| ::libvpx_test::kRealTime),
|
| ::testing::Range(0, 9));
|
| +
|
| +VP10_INSTANTIATE_TEST_CASE(
|
| + CpuSpeedTest,
|
| + ::testing::Values(::libvpx_test::kTwoPassGood, ::libvpx_test::kOnePassGood),
|
| + ::testing::Range(0, 3));
|
| } // namespace
|
|
|