[testsuite] simplify test/Makefile
This commit is contained in:
parent
1f32207271
commit
e78982c81a
@ -113,7 +113,7 @@ test:
|
||||
@if [ -e tmp/test-failed ]; then echo '***' FAILED ; cat tmp/test-failed ; echo '***' ; exit 255; fi
|
||||
|
||||
newtests:
|
||||
( if [ -e bin/exiv2 ]; then PATH=$$PWD/bin/build ; fi ; cd ../tests ; env EXIV2_PATH=$$(dirname $$(which exiv2)) python3 runner.py --verbose )
|
||||
( cd ../tests ; python3 runner.py --verbose )
|
||||
|
||||
testv:
|
||||
@for t in /video ; do \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user