cristy | 0cf6da5 | 2012-08-25 00:35:24 +0000 | [diff] [blame] | 1 | # Test environment |
| 2 | top_srcdir='@abs_top_srcdir@' |
| 3 | top_builddir='@abs_top_builddir@' |
| 4 | |
| 5 | set -a |
cristy | c2baf91 | 2012-08-25 00:51:43 +0000 | [diff] [blame] | 6 | COMPARE="@abs_top_builddir@/utilities/compare" |
| 7 | COMPOSITE="@abs_top_builddir@/utilities/composite" |
| 8 | CONJURE="@abs_top_builddir@/utilities/conjure" |
| 9 | CONVERT="@abs_top_builddir@/utilities/convert" |
| 10 | DISPLAY="@abs_top_builddir@/utilities/display" |
| 11 | IDENTIFY="@abs_top_builddir@/utilities/identify" |
cristy | 4b05b6b | 2012-08-25 01:28:42 +0000 | [diff] [blame] | 12 | MAGICK="@abs_top_builddir@/utilities/magick" |
cristy | c2baf91 | 2012-08-25 00:51:43 +0000 | [diff] [blame] | 13 | MONTAGE="@abs_top_builddir@/utilities/montage" |
| 14 | VALIDATE="@abs_top_builddir@/tests/validate" |
cristy | 037f730 | 2012-08-25 13:10:31 +0000 | [diff] [blame] | 15 | DRAWTEST="@abs_top_builddir@/tests/drawtest" |
| 16 | WANDTEST="@abs_top_builddir@/tests/wandtest" |
cristy | 0cf6da5 | 2012-08-25 00:35:24 +0000 | [diff] [blame] | 17 | LD_LIBRARY_PATH="@abs_top_builddir@/magick/.libs:${LD_LIBRARY_PATH}" |
cristy | 3a350cf | 2012-12-29 22:54:19 +0000 | [diff] [blame] | 18 | MAGICK_CODER_MODULE_PATH="@abs_top_builddir@/coders" |
cristy | 75c658f | 2012-12-30 16:09:36 +0000 | [diff] [blame] | 19 | MAGICK_CONFIGURE_PATH="@abs_top_builddir@/config:@abs_top_srcdir@/config" |
cristy | 3a350cf | 2012-12-29 22:54:19 +0000 | [diff] [blame] | 20 | MAGICK_FILTER_MODULE_PATH="@abs_top_builddir@/filters" |
cristy | 6be170f | 2012-12-29 23:56:55 +0000 | [diff] [blame] | 21 | PATH="@abs_top_builddir@/utilities:@abs_top_builddir@/tests:${PATH}" |
cristy | 0cf6da5 | 2012-08-25 00:35:24 +0000 | [diff] [blame] | 22 | set +a |