- If you need additional files for your tests, be sure to add them to
the EXTRA_DIST variable in Makefile.am. Note that you should insure
- that you access these files relative to the $MH_OBJ_DIR environment variable.
+ that you access these files relative to the $srcdir environment variable.
- Verify that the test works with both "make check" and "make distcheck".
require_prog valgrind
-THISDIR="`dirname $0`"
+THISDIR="$srcdir/test/inc"
TESTMBOX="$THISDIR/deb359167.mbox"
if [ "$(output_md5 "$TESTMBOX" | cut -d ' ' -f 1)" != "e6ac458b8cccba2b2fd866fb505aeb5e" ]; then