From: cristy Date: Sat, 25 Aug 2012 13:10:31 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5062 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=037f73046473faab58900a29d2804fdbdf323592;p=imagemagick --- diff --git a/tests/common.shi.in b/tests/common.shi.in index 438397d09..13262dbfc 100644 --- a/tests/common.shi.in +++ b/tests/common.shi.in @@ -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@' diff --git a/tests/drawtest.tap b/tests/drawtest.tap index 5f7464bca..075ba3cb4 100755 --- a/tests/drawtest.tap +++ b/tests/drawtest.tap @@ -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" : diff --git a/tests/wandtest.tap b/tests/wandtest.tap index b1c116b1a..c2ba1c71a 100755 --- a/tests/wandtest.tap +++ b/tests/wandtest.tap @@ -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" :