Index: source/libvpx/test/examples.sh |
=================================================================== |
--- source/libvpx/test/examples.sh (revision 290053) |
+++ source/libvpx/test/examples.sh (working copy) |
@@ -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 |