Bugfix: Tests need the build directory in PATH, not source directory

This commit is contained in:
Luke Dashjr
2020-10-02 13:12:25 +00:00
parent 58d0e9a7ab
commit c821364d6e

View File

@@ -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