diff --git a/Makefile.am b/Makefile.am index 3c1c888..d65867f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,6 @@ TESTS = \ tests/encode-b58c.sh \ tests/encode-fail.sh SH_LOG_COMPILER = /bin/sh -AM_TESTS_ENVIRONMENT = PATH='$(srcdir)':"$$PATH"; export PATH; +AM_TESTS_ENVIRONMENT = PATH='$(abs_top_builddir)':"$$PATH"; export PATH; endif TEST_EXTENSIONS = .sh