#1041: Still trying to get test suite to run after build.

This commit is contained in:
Robin Mills 2015-12-09 11:53:43 +00:00
parent 7491a9576b
commit 787c17a8ec

View File

@ -42,7 +42,10 @@ mkdir -p $build
##
# test the build
export EXIV2_BINDIR=$dist/$vs/$arch/$mode/$config/bin
make tests
pushd test
for t in $(ls *.sh|sort); do $i ; done
popd
$EXIV_BINDIR/exiv2 -vV
exit $result
# That's all Folks!