From 46801fee8de26f4e0af2ed294c3a4f7fc1c45ca3 Mon Sep 17 00:00:00 2001 From: Dennis Real Date: Tue, 28 Feb 2012 22:34:51 +0100 Subject: test file with some exif data added --- config.mk | 2 +- test/ok/jpg_exif | Bin 0 -> 9821 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 test/ok/jpg_exif diff --git a/config.mk b/config.mk index 501ec89..d6a5a4f 100644 --- a/config.mk +++ b/config.mk @@ -21,7 +21,7 @@ curl ?= 1 debug ?= 0 help ?= 0 xinerama ?= 1 -exif ?= 0 +exif ?= 1 ifeq (${curl},1) CFLAGS += -DHAVE_LIBCURL diff --git a/test/ok/jpg_exif b/test/ok/jpg_exif new file mode 100644 index 0000000..34c3846 Binary files /dev/null and b/test/ok/jpg_exif differ -- cgit v1.2.3 From fe9a16bce3f06d45acf103fc4439c1af2dc4ac6c Mon Sep 17 00:00:00 2001 From: Dennis Real Date: Tue, 28 Feb 2012 22:37:22 +0100 Subject: test case adapted to new testfile --- test/list/filename_recursive | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/list/filename_recursive b/test/list/filename_recursive index d4d27dd..6e2de8a 100644 --- a/test/list/filename_recursive +++ b/test/list/filename_recursive @@ -1,6 +1,7 @@ NUM FORMAT WIDTH HEIGHT PIXELS SIZE ALPHA FILENAME 1 gif 16 16 256 953 - test/ok/gif 2 jpeg 16 16 256 354 - test/ok/jpg -3 png 16 16 256 403 X test/ok/png -4 pnm 16 16 256 269 - test/ok/pnm -5 png 16 16 256 403 X test/ok/recursive/png +3 jpeg 16 16 256 9k - test/ok/jpg_exif +4 png 16 16 256 403 X test/ok/png +5 pnm 16 16 256 269 - test/ok/pnm +6 png 16 16 256 403 X test/ok/recursive/png -- cgit v1.2.3