]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 25 Aug 2012 01:28:42 +0000 (01:28 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 25 Aug 2012 01:28:42 +0000 (01:28 +0000)
tests/common.shi
tests/common.shi.in

index 04299aa2f81b111fb19633c64f15780b6bafa8a7..64c66a183c552108b293020ca641e8c41ae33b46 100644 (file)
@@ -3,18 +3,19 @@ top_srcdir='/home/cristy/ImageMagick/ImageMagick'
 top_builddir='/home/cristy/ImageMagick/ImageMagick'
 
 set -a
-COMPARE="$(MEMCHECK) /home/cristy/ImageMagick/ImageMagick/utilities/compare"
-COMPOSITE="$(MEMCHECK) /home/cristy/ImageMagick/ImageMagick/utilities/composite"
-CONJURE="$(MEMCHECK) /home/cristy/ImageMagick/ImageMagick/utilities/conjure"
-CONVERT="$(MEMCHECK) /home/cristy/ImageMagick/ImageMagick/utilities/convert"
-DISPLAY="$(MEMCHECK) /home/cristy/ImageMagick/ImageMagick/utilities/display"
-IDENTIFY="$(MEMCHECK) /home/cristy/ImageMagick/ImageMagick/utilities/identify"
-MONTAGE="$(MEMCHECK) /home/cristy/ImageMagick/ImageMagick/utilities/montage"
-VALIDATE="$(MEMCHECK) /home/cristy/ImageMagick/ImageMagick/tests/validate"
+COMPARE="/home/cristy/ImageMagick/ImageMagick/utilities/compare"
+COMPOSITE="/home/cristy/ImageMagick/ImageMagick/utilities/composite"
+CONJURE="/home/cristy/ImageMagick/ImageMagick/utilities/conjure"
+CONVERT="/home/cristy/ImageMagick/ImageMagick/utilities/convert"
+DISPLAY="/home/cristy/ImageMagick/ImageMagick/utilities/display"
+IDENTIFY="/home/cristy/ImageMagick/ImageMagick/utilities/identify"
+MAGICK="/home/cristy/ImageMagick/ImageMagick/utilities/magick"
+MONTAGE="/home/cristy/ImageMagick/ImageMagick/utilities/montage"
+VALIDATE="/home/cristy/ImageMagick/ImageMagick/tests/validate"
+REFERENCE_IMAGE="/home/cristy/ImageMagick/ImageMagick/images/rose.pnm"
 LD_LIBRARY_PATH="/home/cristy/ImageMagick/ImageMagick/magick/.libs:${LD_LIBRARY_PATH}"
 MAGICK_CODER_MODULE_PATH='/home/cristy/ImageMagick/ImageMagick/coders'
 MAGICK_CONFIGURE_PATH='/home/cristy/ImageMagick/ImageMagick/config:/home/cristy/ImageMagick/ImageMagick/config'
 MAGICK_FILTER_MODULE_PATH='/home/cristy/ImageMagick/ImageMagick/filters'
 PATH="/home/cristy/ImageMagick/ImageMagick/utilities:${PATH}"
-SRCDIR=$(SRCDIR)
 set +a
index 44330d19e26236f07f7902ecf9e1c2172415834b..438397d0980ef9faa9a184c4f7618523fa03f820 100644 (file)
@@ -9,8 +9,10 @@ CONJURE="@abs_top_builddir@/utilities/conjure"
 CONVERT="@abs_top_builddir@/utilities/convert"
 DISPLAY="@abs_top_builddir@/utilities/display"
 IDENTIFY="@abs_top_builddir@/utilities/identify"
+MAGICK="@abs_top_builddir@/utilities/magick"
 MONTAGE="@abs_top_builddir@/utilities/montage"
 VALIDATE="@abs_top_builddir@/tests/validate"
+REFERENCE_IMAGE="@abs_top_builddir@/images/rose.pnm"
 LD_LIBRARY_PATH="@abs_top_builddir@/magick/.libs:${LD_LIBRARY_PATH}"
 MAGICK_CODER_MODULE_PATH='@MAGICK_CODER_MODULE_PATH@'
 MAGICK_CONFIGURE_PATH='@MAGICK_CONFIGURE_BUILD_PATH@@DIRSEP@@MAGICK_CONFIGURE_SRC_PATH@'