Increase the thread test range to cover 5, 6, 7, 8 threads.

Change-Id: Id25c294720551bb5153987d8758668befaa57929
This commit is contained in:
hkuang 2014-09-05 14:26:16 -07:00
Родитель 5106e4dfa8
Коммит 4d0d78424b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -169,7 +169,7 @@ INSTANTIATE_TEST_CASE_P(
static_cast<const libvpx_test::CodecFactory *>(&libvpx_test::kVP9)),
::testing::Combine(
::testing::Values(1), // Frame Parallel mode.
::testing::Values(2, 3, 4), // With 2, 3, 4 threads.
::testing::Range(2, 9), // With 2 ~ 8 threads.
::testing::ValuesIn(libvpx_test::kVP9TestVectors,
libvpx_test::kVP9TestVectors +
libvpx_test::kNumVP9TestVectors))));