Added path-test.sh

This commit is contained in:
Andreas Huggel 2005-04-01 09:42:20 +00:00
parent 6a0ecb420e
commit dcc2bb5c3a

View File

@ -16,8 +16,8 @@ SHELL = /bin/sh
# Add test drivers to this list
TESTS = addmoddel.sh exifdata-test.sh exiv2-test.sh ifd-test.sh imagetest.sh \
iotest.sh iptctest.sh makernote-test.sh modify-test.sh write-test.sh \
write2-test.sh
iotest.sh iptctest.sh makernote-test.sh modify-test.sh path-test.sh \
write-test.sh write2-test.sh
test:
@list='$(TESTS)'; for p in $$list; do \