]> diplodocus.org Git - nmh/blobdiff - Makefile.am
Create $MH_OBJ_DIR/test/testdir if it doesn't already exist. This
[nmh] / Makefile.am
index f16aaeb8c4085ce31bde66b5c28e00f2e8d14904..cbddfdf0ab2cd578f5808037cc5e11f337e9b70b 100644 (file)
@@ -36,7 +36,7 @@ nmhlibexecdir = @libexecdir@/nmh
 ## nmh _does_ have a test suite!
 ##
 TESTS_ENVIRONMENT = MH_OBJ_DIR="@abs_builddir@" \
-                   MH_TEST_DIR="@abs_builddir@/test/testdir" \
+                   MH_TEST_DIR=`cd "@abs_builddir@" && pwd -P`/test/testdir \
                    nmhlibexecdir="$(nmhlibexecdir)" bindir="$(bindir)" \
                    mandir="$(mandir)" nmhetcdir="$(nmhetcdir)" \
                    nmhetcdirinst="@nmhetcdirinst@$(nmhetcdir)" \
@@ -137,7 +137,8 @@ MAINTAINERCLEANFILES = atags cscope.files cscope.out cscope.in.out cscope.po.out
 ##
 SUPERCLEANFILES = ChangeLog Makefile.in aclocal.m4 compile config.guess \
                  config.h.in config.h.in~ config.sub configure depcomp \
-                 install-sh missing ylwrap nmh-*.tar.gz nmh-*.tar.gz.sig
+                 install-sh missing test-driver ylwrap nmh-*.tar.gz \
+                 nmh-*.tar.gz.sig
 superclean: maintainer-clean
        @rm -f $(SUPERCLEANFILES)
 .PHONY: superclean