diff --git a/hsexif.cabal b/hsexif.cabal
--- a/hsexif.cabal
+++ b/hsexif.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                hsexif
-version:             0.6.0.2
+version:             0.6.0.3
 synopsis:            EXIF handling library in pure Haskell
 description:         The hsexif library provides functions for working with EXIF data
                      contained in JPEG files. Currently it only supports reading the data.
@@ -14,7 +14,7 @@
 -- copyright:
 category:            Graphics
 build-type:          Simple
--- extra-source-files:
+extra-source-files:  tests/*.jpg tests/*.png
 cabal-version:       >=1.10
 
 library
diff --git a/tests/gps.jpg b/tests/gps.jpg
new file mode 100644
Binary files /dev/null and b/tests/gps.jpg differ
diff --git a/tests/gps2.jpg b/tests/gps2.jpg
new file mode 100644
Binary files /dev/null and b/tests/gps2.jpg differ
diff --git a/tests/noexif.jpg b/tests/noexif.jpg
new file mode 100644
Binary files /dev/null and b/tests/noexif.jpg differ
diff --git a/tests/partial_exif.jpg b/tests/partial_exif.jpg
new file mode 100644
Binary files /dev/null and b/tests/partial_exif.jpg differ
diff --git a/tests/test.jpg b/tests/test.jpg
new file mode 100644
Binary files /dev/null and b/tests/test.jpg differ
diff --git a/tests/test.png b/tests/test.png
new file mode 100644
Binary files /dev/null and b/tests/test.png differ
