aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/Makefile.am')
-rw-r--r--src/testbed/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index e9b667b6c..94c908295 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -157,7 +157,7 @@ check_PROGRAMS = \
157 $(underlay_testcases) 157 $(underlay_testcases)
158 158
159if ENABLE_TEST_RUN 159if ENABLE_TEST_RUN
160 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 160 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
161 TESTS = \ 161 TESTS = \
162 test_testbed_api \ 162 test_testbed_api \
163 test_testbed_api_sd \ 163 test_testbed_api_sd \