aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/Makefile.am')
-rw-r--r--src/hostlist/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am
index b1c05596b..e647169c0 100644
--- a/src/hostlist/Makefile.am
+++ b/src/hostlist/Makefile.am
@@ -48,7 +48,7 @@ check_PROGRAMS = \
48 48
49if HAVE_MHD 49if HAVE_MHD
50if ENABLE_TEST_RUN 50if ENABLE_TEST_RUN
51TESTS_ENVIRONMENT=export GNUNET_PREFIX=@libdir@;export PATH=@prefix@/bin:$$PATH; 51AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;
52TESTS = \ 52TESTS = \
53 test_gnunet_daemon_hostlist \ 53 test_gnunet_daemon_hostlist \
54 test_gnunet_daemon_hostlist_reconnect \ 54 test_gnunet_daemon_hostlist_reconnect \