#1041: Still trying to get test suite to run after build.
This commit is contained in:
parent
7491a9576b
commit
787c17a8ec
@ -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!
|
||||
|
||||
Loading…
Reference in New Issue
Block a user