|
|
@ -59,16 +59,16 @@ SHELL = /bin/sh
|
|
|
|
# to save download time for simple build/test, we download video and eps data on demand
|
|
|
|
# to save download time for simple build/test, we download video and eps data on demand
|
|
|
|
SVN = svn://dev.exiv2.org/svn/testdata/trunk
|
|
|
|
SVN = svn://dev.exiv2.org/svn/testdata/trunk
|
|
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
# ##
|
|
|
|
# determine the test platform
|
|
|
|
# # determine the test platform
|
|
|
|
UNAME := $(shell uname)
|
|
|
|
# UNAME := $(shell uname)
|
|
|
|
UNIX=FALSE
|
|
|
|
# UNIX=FALSE
|
|
|
|
ifeq ($(UNAME),SunOS)
|
|
|
|
# ifeq ($(UNAME),SunOS)
|
|
|
|
UNIX=TRUE
|
|
|
|
# UNIX=TRUE
|
|
|
|
endif
|
|
|
|
# endif
|
|
|
|
ifeq ($(UNAME),FreeBSD)
|
|
|
|
# ifeq ($(UNAME),FreeBSD)
|
|
|
|
UNIX=TRUE
|
|
|
|
# UNIX=TRUE
|
|
|
|
endif
|
|
|
|
# endif
|
|
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
##
|
|
|
|
# Add test drivers to this list
|
|
|
|
# Add test drivers to this list
|
|
|
@ -83,18 +83,18 @@ TESTS = addmoddel.sh \
|
|
|
|
webp-test.sh \
|
|
|
|
webp-test.sh \
|
|
|
|
write2-test.sh \
|
|
|
|
write2-test.sh \
|
|
|
|
|
|
|
|
|
|
|
|
# the following tests are broken on UNIX
|
|
|
|
# # the following tests are broken on UNIX
|
|
|
|
ifeq ($(UNIX),FALSE)
|
|
|
|
# ifeq ($(UNIX),FALSE)
|
|
|
|
TESTS += exifdata-test.sh \
|
|
|
|
# TESTS += exifdata-test.sh \
|
|
|
|
exiv2-test.sh \
|
|
|
|
# exiv2-test.sh \
|
|
|
|
imagetest.sh \
|
|
|
|
# imagetest.sh \
|
|
|
|
iotest.sh \
|
|
|
|
# iotest.sh \
|
|
|
|
iptctest.sh \
|
|
|
|
# iptctest.sh \
|
|
|
|
preview-test.sh \
|
|
|
|
# preview-test.sh \
|
|
|
|
tiff-test.sh \
|
|
|
|
# tiff-test.sh \
|
|
|
|
write-test.sh \
|
|
|
|
# write-test.sh \
|
|
|
|
xmpparser-test.sh
|
|
|
|
# xmpparser-test.sh
|
|
|
|
endif
|
|
|
|
# endif
|
|
|
|
|
|
|
|
|
|
|
|
# always run version-test.sh last!
|
|
|
|
# always run version-test.sh last!
|
|
|
|
TESTS += version-test.sh
|
|
|
|
TESTS += version-test.sh
|
|
|
|