summaryrefslogtreecommitdiff
path: root/test/vp9_motion_vector_test.cc
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2020-06-17 12:16:51 -0700
committerJerome Jiang <jianj@google.com>2020-06-21 17:04:43 -0700
commit7129ee8d8bbc839a7adb11f8d40599b90aa9705b (patch)
treeef53347321852a6fa85e9407f0f474e440314d63 /test/vp9_motion_vector_test.cc
parentff078e58c7ff4d589a43a98fc877e42df8b7bcf9 (diff)
downloadlibvpx-7129ee8d8bbc839a7adb11f8d40599b90aa9705b.tar
libvpx-7129ee8d8bbc839a7adb11f8d40599b90aa9705b.tar.gz
libvpx-7129ee8d8bbc839a7adb11f8d40599b90aa9705b.tar.bz2
libvpx-7129ee8d8bbc839a7adb11f8d40599b90aa9705b.zip
update googletest to v1.10.0
this moves the framework to c++11 and changes *_TEST_CASE* to _TEST_SUITE BUG=webm:1695,webm:1686 Change-Id: I07f2c20850312a9c7e381b38353d2f9f45889cb1 (cherry picked from commit 83769e3d250b05df0bb97fc619f5886587b2a310)
Diffstat (limited to 'test/vp9_motion_vector_test.cc')
-rw-r--r--test/vp9_motion_vector_test.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/vp9_motion_vector_test.cc b/test/vp9_motion_vector_test.cc
index b556a1c37..68eecb823 100644
--- a/test/vp9_motion_vector_test.cc
+++ b/test/vp9_motion_vector_test.cc
@@ -92,8 +92,8 @@ TEST_P(MotionVectorTestLarge, OverallTest) {
ASSERT_NO_FATAL_FAILURE(RunLoop(video.get()));
}
-VP9_INSTANTIATE_TEST_CASE(MotionVectorTestLarge,
- ::testing::ValuesIn(kEncodingModeVectors),
- ::testing::ValuesIn(kCpuUsedVectors),
- ::testing::ValuesIn(kMVTestModes));
+VP9_INSTANTIATE_TEST_SUITE(MotionVectorTestLarge,
+ ::testing::ValuesIn(kEncodingModeVectors),
+ ::testing::ValuesIn(kCpuUsedVectors),
+ ::testing::ValuesIn(kMVTestModes));
} // namespace