aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/Makefile.am
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-05-08 16:01:21 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-05-08 16:01:21 +0200
commite4895ec7c1a1808a13195c346a828c271ca86c78 (patch)
tree7f8f6e1c67d82000bfc5db33ad07c683574915b8 /src/reclaim/Makefile.am
parent1b80ff9ee79b3fbe2028a8c22a01e45e9131cda2 (diff)
downloadgnunet-e4895ec7c1a1808a13195c346a828c271ca86c78.tar.gz
gnunet-e4895ec7c1a1808a13195c346a828c271ca86c78.zip
RECLAIM: Fix shutdown; tests
Diffstat (limited to 'src/reclaim/Makefile.am')
-rw-r--r--src/reclaim/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reclaim/Makefile.am b/src/reclaim/Makefile.am
index 2dc2e3435..fb17a8174 100644
--- a/src/reclaim/Makefile.am
+++ b/src/reclaim/Makefile.am
@@ -129,8 +129,8 @@ gnunet_reclaim_LDADD = \
129check_SCRIPTS = \ 129check_SCRIPTS = \
130 test_reclaim_attribute.sh \ 130 test_reclaim_attribute.sh \
131 test_reclaim_issue.sh \ 131 test_reclaim_issue.sh \
132 test_reclaim_consume.sh \ 132 test_reclaim_consume.sh
133 test_reclaim_revoke.sh 133# test_reclaim_revoke.sh
134 134
135if ENABLE_TEST_RUN 135if ENABLE_TEST_RUN
136 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; 136 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;