summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTom Finegan <tomfinegan@google.com>2014-05-15 21:34:42 -0700
committerTom Finegan <tomfinegan@google.com>2014-05-15 21:35:01 -0700
commitbc27d7e96704251272ff68b1ceae1070ec9efeb3 (patch)
tree82f6ce6d7ebd4bc9df573fab337f64f37dd7620f /test
parent619e6b539a6eb2beed1dccc43b504e357f120da3 (diff)
downloadlibvpx-bc27d7e96704251272ff68b1ceae1070ec9efeb3.tar
libvpx-bc27d7e96704251272ff68b1ceae1070ec9efeb3.tar.gz
libvpx-bc27d7e96704251272ff68b1ceae1070ec9efeb3.tar.bz2
libvpx-bc27d7e96704251272ff68b1ceae1070ec9efeb3.zip
Add make target for running example tests.
Change-Id: I0d0dfda96b99cefb5ef5c16df4a024de5bf8007e
Diffstat (limited to 'test')
-rwxr-xr-xtest/examples.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/examples.sh b/test/examples.sh
index ac2a18c03..7ba9ccef9 100755
--- a/test/examples.sh
+++ b/test/examples.sh
@@ -24,5 +24,6 @@ done
for test in ${example_tests}; do
# Source each test script so that exporting variables can be avoided.
+ VPX_TEST_NAME="$(basename ${test%.*})"
. "${test}"
done