aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-30 21:00:06 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-30 21:00:06 +0000
commit21309bc4672041b0ae505dfed2e5665d16d89599 (patch)
treee22668a6d9d2679386afb25f07a781cfc60611aa /src/revocation
parentb55fbe08e368c3b77897615c577ff9b537485e26 (diff)
downloadgnunet-21309bc4672041b0ae505dfed2e5665d16d89599.tar.gz
gnunet-21309bc4672041b0ae505dfed2e5665d16d89599.zip
-code cleanups
Diffstat (limited to 'src/revocation')
-rw-r--r--src/revocation/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/revocation/Makefile.am b/src/revocation/Makefile.am
index a83850fd0..3deec633e 100644
--- a/src/revocation/Makefile.am
+++ b/src/revocation/Makefile.am
@@ -67,9 +67,8 @@ test_revocation_LDADD = \
67check_PROGRAMS = \ 67check_PROGRAMS = \
68 test_revocation 68 test_revocation
69 69
70
71check_SCRIPTS = \ 70check_SCRIPTS = \
72 test_local_revocation.py 71 test_local_revocation.py
73 72
74if ENABLE_TEST_RUN 73if ENABLE_TEST_RUN
75 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 74 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;