sh tests: Add support for running tested programs within another program.
authorTom Finegan <tomfinegan@google.com>
Thu, 10 Jul 2014 22:17:05 +0000 (15:17 -0700)
committerTom Finegan <tomfinegan@google.com>
Thu, 10 Jul 2014 22:32:01 +0000 (15:32 -0700)
commit926a6f63cb362098cb5ee5332f0e8149ae452675
tree8bd9908a0c9c2a2fa5a53bc6ba4e792025eb5810
parent46441ec5c88529a9a3d4860d899992bf23e368e6
sh tests: Add support for running tested programs within another program.

Specifying the --prefix command line arg executes all test programs within the
context of the prefix string, which is assigned to VPX_TEST_PREFIX.
All test functions updated to include VPX_TEST_PREFIX in their eval command.

Change-Id: I2e215cc8f216048edf3269db02a6b5660fe32318
test/decode_to_md5.sh
test/decode_with_drops.sh
test/postproc.sh
test/resize_util.sh
test/simple_decoder.sh
test/simple_encoder.sh
test/tools_common.sh
test/twopass_encoder.sh
test/vp8cx_set_ref.sh
test/vp9_spatial_svc_encoder.sh
test/vpx_temporal_svc_encoder.sh