make testdata: fail if a sha1 fails or is missing

Change-Id: Ia0b51165d260e283f5338f290a39718e462aed55
This commit is contained in:
James Zern 2014-07-29 20:31:23 -07:00
Родитель fff4e263f6
Коммит 23fbef216d
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -410,6 +410,7 @@ $(LIBVPX_TEST_DATA): $(SRC_PATH_BARE)/test/test-data.sha1
testdata:: $(LIBVPX_TEST_DATA)
$(qexec)if [ -x "$$(which sha1sum)" ]; then\
set -e;\
echo "Checking test data:";\
if [ -n "$(LIBVPX_TEST_DATA)" ]; then\
for f in $(call enabled,LIBVPX_TEST_DATA); do\