summaryrefslogtreecommitdiff
path: root/test/examples.sh
diff options
context:
space:
mode:
authorTom Finegan <tomfinegan@google.com>2014-08-15 11:31:30 -0700
committerTom Finegan <tomfinegan@google.com>2014-08-15 11:31:30 -0700
commit4d91e16501691f412ada97033b56437f1b45ba82 (patch)
treed6f1cd5fcdbc840330d31408fcf65144d82fb715 /test/examples.sh
parentc5d8c1e785f057458c9e6bbd8f6259279d5e689e (diff)
downloadlibvpx-4d91e16501691f412ada97033b56437f1b45ba82.tar
libvpx-4d91e16501691f412ada97033b56437f1b45ba82.tar.gz
libvpx-4d91e16501691f412ada97033b56437f1b45ba82.tar.bz2
libvpx-4d91e16501691f412ada97033b56437f1b45ba82.zip
examples.sh: Run all example tests.
- Remove vpxdec and vpxenc from the exclude list. - vpx{dec,enc}.sh: Updates to support finding their executable when LIBVPX_BIN_PATH is setup for the examples. - tools_common.sh: New library function, vpx_tool_path(). Provides support for finding the exectuables in vpx{dec,enc}.sh. Change-Id: I730f11cceb44646491a7a7ff58603a4a760129ef
Diffstat (limited to 'test/examples.sh')
-rwxr-xr-xtest/examples.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/examples.sh b/test/examples.sh
index 7ba9ccef9..39f7e392d 100755
--- a/test/examples.sh
+++ b/test/examples.sh
@@ -15,7 +15,7 @@
example_tests=$(ls $(dirname $0)/*.sh)
# List of script names to exclude.
-exclude_list="examples vpxdec vpxenc tools_common"
+exclude_list="examples tools_common"
# Filter out the scripts in $exclude_list.
for word in ${exclude_list}; do