X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=2a986b05c53f3d5ebc3226b7e4aa7729fb7f6279;hb=93a31f9b884f8e8f3f7a7d50cf90ffd365a14f7c;hp=5b473c38fbf5af4d873000c11f47dffc489492c3;hpb=aec3e4eb82ab61699f1539ad7b62f4c3ecdbf4ea;p=mmh diff --git a/Makefile.am b/Makefile.am index 5b473c3..2a986b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,10 +34,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_srcdir@ \ + MH_TEST_DIR=@abs_srcdir@/test/testdir \ + auxexecdir=$(auxexecdir) bindir=$(bindir) \ + mandir=$(mandir) sysconfdir=$(sysconfdir) ## ## Important note: the "cleanup" test should always be last ##