| Index: source/libvpx/test/vp9_lossless_test.cc
|
| diff --git a/source/libvpx/test/vp9_lossless_test.cc b/source/libvpx/test/vp9_lossless_test.cc
|
| index 41773931536f067217b4ec3d9400aeb9b19e667d..09c1070c6bea881db6bf3849b8c49805af14fa83 100644
|
| --- a/source/libvpx/test/vp9_lossless_test.cc
|
| +++ b/source/libvpx/test/vp9_lossless_test.cc
|
| @@ -127,4 +127,8 @@ VP9_INSTANTIATE_TEST_CASE(LosslessTest,
|
| ::testing::Values(::libvpx_test::kRealTime,
|
| ::libvpx_test::kOnePassGood,
|
| ::libvpx_test::kTwoPassGood));
|
| +
|
| +VP10_INSTANTIATE_TEST_CASE(LosslessTest,
|
| + ::testing::Values(::libvpx_test::kOnePassGood,
|
| + ::libvpx_test::kTwoPassGood));
|
| } // namespace
|
|
|