aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-26 01:19:55 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-26 01:19:55 +0100
commit76bbbdaecfd349d0a9806907bd8ebd367830170d (patch)
tree15533fc386afc4dcad6052f6ed2b82787fa48a99 /src/consensus
parent6539ae1a33fdf21eccd80431cacd67e9680ba25c (diff)
downloadgnunet-76bbbdaecfd349d0a9806907bd8ebd367830170d.tar.gz
gnunet-76bbbdaecfd349d0a9806907bd8ebd367830170d.zip
bump consensus and secretsharing to be built by default
Diffstat (limited to 'src/consensus')
-rw-r--r--src/consensus/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index c04d4c207..b6385ac71 100644
--- a/src/consensus/Makefile.am
+++ b/src/consensus/Makefile.am
@@ -67,6 +67,7 @@ libgnunetconsensus_la_LIBADD = \
67libgnunetconsensus_la_LDFLAGS = \ 67libgnunetconsensus_la_LDFLAGS = \
68 $(GN_LIB_LDFLAGS) 68 $(GN_LIB_LDFLAGS)
69 69
70if HAVE_TESTING
70check_PROGRAMS = \ 71check_PROGRAMS = \
71 test_consensus_api 72 test_consensus_api
72 73
@@ -74,6 +75,7 @@ if ENABLE_TEST_RUN
74AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; 75AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
75TESTS = $(check_PROGRAMS) 76TESTS = $(check_PROGRAMS)
76endif 77endif
78endif
77 79
78test_consensus_api_SOURCES = \ 80test_consensus_api_SOURCES = \
79 test_consensus_api.c 81 test_consensus_api.c