[tracker] Fixes GB#635757, missing test file in tarball



commit 72b35654a3a1bc97fe4ca53a41f1fef5cf9a9579
Author: Martyn Russell <martyn lanedo com>
Date:   Sat Nov 27 23:55:30 2010 +0000

    Fixes GB#635757, missing test file in tarball

 .../test-extraction-data/images/Makefile.am        |   42 ++++++++++++-------
 1 files changed, 26 insertions(+), 16 deletions(-)
---
diff --git a/tests/functional-tests/test-extraction-data/images/Makefile.am b/tests/functional-tests/test-extraction-data/images/Makefile.am
index dad3567..bd8bbb7 100644
--- a/tests/functional-tests/test-extraction-data/images/Makefile.am
+++ b/tests/functional-tests/test-extraction-data/images/Makefile.am
@@ -1,31 +1,41 @@
 include $(top_srcdir)/Makefile.decl
 
-imagestestdir = $(datadir)/tracker-tests/test-extraction-data/images
+imagedir = $(datadir)/tracker-tests/test-extraction-data/images
 
-imagestest_DATA =                                      \
+image_DATA =                                           \
 	test-image-2.png                               \
-	test-image-2.expected                          
+	test-image-2.expected
 
-if HAVE_LIBGIF
-imagestest_DATA += 				       \
+gifs =                                                 \
 	xmp-loaded-1.gif                               \
 	xmp-loaded-1.expected                          \
-	comment-extension-block.expected	       \
-	comment-extension-block.gif		       \
-	corrupted-image.gif                    	       \
+	comment-extension-block.expected               \
+	comment-extension-block.gif                    \
+	corrupted-image.gif                            \
 	corrupted-image.expected
+
+tiffs =                                                \
+	test-image-3.tif                               \
+	test-image-3.expected
+
+jpegs =                                                \
+	test-image-1.jpg                               \
+	test-image-1.expected
+
+if HAVE_LIBGIF
+image_DATA += $(gifs)
 endif
 
 if HAVE_LIBTIFF
-imagestest_DATA += 				       \
-	test-image-3.tif                               \
-	test-image-3.expected                          
+image_DATA += $(tiffs)
 endif
 
 if HAVE_LIBJPEG
-imagestest_DATA +=					\
-	test-image-1.jpg                               	\
-	test-image-1.expected                          	
-endif	
+image_DATA += $(jpegs)
+endif
 
-EXTRA_DIST = $(imagestest_DATA)
+EXTRA_DIST =                                           \
+	$(image_DATA)                                  \
+	$(gifs)                                        \
+	$(tiffs                                        \
+	$(jpegs)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]