diff --git a/samples/Makefile b/samples/Makefile index 27a67e61..b41163ac 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -60,13 +60,16 @@ BINSRC = addmoddel.cpp \ exifcomment.cpp \ exifdata-test.cpp \ exifprint.cpp \ + geotag.cpp \ iotest.cpp \ iptceasy.cpp \ iptcprint.cpp \ iptctest.cpp \ key-test.cpp \ largeiptc-test.cpp \ + metacopy.cpp \ mmap-test.cpp \ + path-test.cpp \ prevtest.cpp \ stringto-test.cpp \ taglist.cpp \ diff --git a/test/video-test.sh b/test/video-test.sh index fc1fdb90..79b9c65e 100755 --- a/test/video-test.sh +++ b/test/video-test.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/bash # Test driver for video files # # video-asf.wmv http://www.educationalquestions.com/video/DLP_PART_2_768k.wmv diff --git a/test/write2-test.sh b/test/write2-test.sh index 4efd1afb..eb7f0256 100755 --- a/test/write2-test.sh +++ b/test/write2-test.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/bash # Test driver for write unit tests to build Exif metadata from scratch source ./functions.source diff --git a/test/xmpparser-test.sh b/test/xmpparser-test.sh index 4dd6cace..c08c0a46 100755 --- a/test/xmpparser-test.sh +++ b/test/xmpparser-test.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/bash # XMP parser test driver source ./functions.source