]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 25 Aug 2012 13:10:31 +0000 (13:10 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 25 Aug 2012 13:10:31 +0000 (13:10 +0000)
tests/common.shi.in
tests/drawtest.tap
tests/wandtest.tap

index 438397d0980ef9faa9a184c4f7618523fa03f820..13262dbfc6e953ffde982b9677da84a51102dbac 100644 (file)
@@ -12,6 +12,8 @@ IDENTIFY="@abs_top_builddir@/utilities/identify"
 MAGICK="@abs_top_builddir@/utilities/magick"
 MONTAGE="@abs_top_builddir@/utilities/montage"
 VALIDATE="@abs_top_builddir@/tests/validate"
+DRAWTEST="@abs_top_builddir@/tests/drawtest"
+WANDTEST="@abs_top_builddir@/tests/wandtest"
 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@'
index 5f7464bca2fc6a714c167f94cd43c2d6eeffc87d..075ba3cb4ef201ad9f98e90aec12ab77f9f1c663 100755 (executable)
@@ -10,5 +10,5 @@ set -e # Exit on any error
 . ${srcdir}/tests/common.shi
 echo "1..1"
 
-./drawtest drawtest_out.miff && echo "ok" || echo "not ok"
+${DRAWTEST} drawtest_out.miff && echo "ok" || echo "not ok"
 :
index b1c116b1ab79e7cc2d13925d8252dc61a4bb088b..c2ba1c71a2c9c5e950228a17db3e8cd344f4f2f2 100755 (executable)
@@ -12,5 +12,5 @@ set -e # Exit on any error
 . ${srcdir}/tests/common.shi
 echo "1..1"
 
-./wandtest wandtest_out.miff -validate compare && echo "ok" || echo "not ok"
+${WANDTEST} wandtest_out.miff -validate compare && echo "ok" || echo "not ok"
 :