test: use testing::*tuple instead of std::tr1
authorJames Zern <jzern@google.com>
Wed, 28 Mar 2018 19:42:27 +0000 (12:42 -0700)
committerJames Zern <jzern@google.com>
Wed, 28 Mar 2018 19:45:35 +0000 (12:45 -0700)
commitdb49a22cfa618479b963d40e7ef7c48a6bc4a97e
treed5e5843550211da1ce0bdb7a7fa9db43ba9aa98e
parentdebd86ec82f5fc9a37f5f3a828ff9ab0815a9c55
test: use testing::*tuple instead of std::tr1

googletest imports tuple into testing to allow for compatibility across
c++ versions where tuple may be in std::tr1 or std. fixes deprecation
warnings under visual studio 2017

Change-Id: Id78b372d5478b12d8c8f63fd3f2166fec25aa8be
22 files changed:
test/avg_test.cc
test/blockiness_test.cc
test/codec_factory.h
test/consistency_test.cc
test/convolve_test.cc
test/dct16x16_test.cc
test/dct32x32_test.cc
test/dct_partial_test.cc
test/dct_test.cc
test/decode_perf_test.cc
test/fdct8x8_test.cc
test/lpf_test.cc
test/partial_idct_test.cc
test/predict_test.cc
test/quantize_test.cc
test/sum_squares_test.cc
test/superframe_test.cc
test/test_vector_test.cc
test/util.h
test/vp9_block_error_test.cc
test/vp9_denoiser_test.cc
test/vp9_quantize_test.cc