diff options
Diffstat (limited to 'src/ats-tests/Makefile.am')
-rw-r--r-- | src/ats-tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats-tests/Makefile.am b/src/ats-tests/Makefile.am index 20b7784fe3..532a738b90 100644 --- a/src/ats-tests/Makefile.am +++ b/src/ats-tests/Makefile.am @@ -45,7 +45,7 @@ check_PROGRAMS = \ $(TESTING_TESTS) if ENABLE_TEST_RUN -TESTS_ENVIRONMENT=export GNUNET_PREFIX=@libdir@;export PATH=@prefix@/bin:$$PATH; +AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; TESTS = $(check_PROGRAMS) endif |