aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/consensus/Makefile.am')
-rw-r--r--src/consensus/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index cf1d32e74..d7b23e7c6 100644
--- a/src/consensus/Makefile.am
+++ b/src/consensus/Makefile.am
@@ -89,7 +89,6 @@ libgnunet_plugin_block_consensus_la_LDFLAGS = \
89 89
90 90
91 91
92if HAVE_TESTING
93bin_PROGRAMS = \ 92bin_PROGRAMS = \
94 gnunet-consensus-profiler 93 gnunet-consensus-profiler
95 94
@@ -100,7 +99,6 @@ if ENABLE_TEST_RUN
100AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; 99AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
101TESTS = $(check_PROGRAMS) 100TESTS = $(check_PROGRAMS)
102endif 101endif
103endif
104 102
105test_consensus_api_SOURCES = \ 103test_consensus_api_SOURCES = \
106 test_consensus_api.c 104 test_consensus_api.c