X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/23af631076209b31fb28feb90a779ff8dcc153a2..4eaf25e2a1d634b6f7bfa01a96e6e86768837e9b:/Makefile.am?ds=inline diff --git a/Makefile.am b/Makefile.am index 5b473c38..6417e11a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,11 +33,10 @@ auxexecdir = @libdir@ ## ## nmh _does_ have a test suite! ## - -TESTS_ENVIRONMENT = MH_TEST_DIR=`pwd`/test/testdir \ - MH_TEST_COMMON=`pwd`/test/common.sh \ - MH_OBJ_DIR=`pwd` mandir=$(mandir) bindir=$(bindir) \ - sysconfdir=$(sysconfdir) auxexecdir=$(auxexecdir) +TESTS_ENVIRONMENT = MH_OBJ_DIR=@abs_builddir@ \ + MH_TEST_DIR=@abs_builddir@/test/testdir \ + auxexecdir=$(auxexecdir) bindir=$(bindir) \ + mandir=$(mandir) sysconfdir=$(sysconfdir) ## ## Important note: the "cleanup" test should always be last ##