Add shell scripts for verifying basic vpx{dec,enc} features.
authorTom Finegan <tomfinegan@google.com>
Thu, 3 Apr 2014 20:16:58 +0000 (13:16 -0700)
committerTom Finegan <tomfinegan@google.com>
Thu, 3 Apr 2014 20:16:58 +0000 (13:16 -0700)
commit36c39d67b186d774d9f6e75db2be0b71d18a1732
tree29f5a17625d8ea989879a6add9dd1f6053d0c433
parent5c185a05875465325d5e3fe706ce5ab8bdf14f16
Add shell scripts for verifying basic vpx{dec,enc} features.

Tests the basics (first confirms feature is available in vpx_config.h):
- VP8 decode (in IVF file).
- VP9 decode (in WebM file).
- VP8 encode (to IVF and WebM).
- VP9 encode (to IVF and WebM).
- VP9 lossless encode (to IVF, currently disabled due to failure).
- Pipe input (to vpxdec and vpxenc).

Test data path and path to vpx{dec,enc} have been parameterized. In
addition:
- Supports disabling tests (test names prefixed with DISABLED_ are not
  run by default).
- Supports filtering tests.

vpxdec.sh: Tests vpxdec.
vpxenc.sh: Tests vpxenc.
tools_common.sh: Common test functions.

Change-Id: I0612c88b8dd6049a05bbbc79a317a0cca61733a5
test/tools_common.sh [new file with mode: 0755]
test/vpxdec.sh [new file with mode: 0755]
test/vpxenc.sh [new file with mode: 0755]