diff --git a/test/altref_test.cc b/test/altref_test.cc index 8b706eab5..657b89384 100644 --- a/test/altref_test.cc +++ b/test/altref_test.cc @@ -65,6 +65,9 @@ TEST_P(AltRefTest, MonotonicTimestamps) { EXPECT_GE(altref_count(), 1); } +VP8_INSTANTIATE_TEST_CASE(AltRefTest, + ::testing::Range(kLookAheadMin, kLookAheadMax)); + #endif // CONFIG_VP8_ENCODER class AltRefForcedKeyTest @@ -149,9 +152,6 @@ TEST_P(AltRefForcedKeyTest, ForcedFrameIsKey) { } } -VP8_INSTANTIATE_TEST_CASE(AltRefTest, - ::testing::Range(kLookAheadMin, kLookAheadMax)); - VP8_INSTANTIATE_TEST_CASE( AltRefForcedKeyTest, ::testing::Values(::libvpx_test::kOnePassGood),