aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-11-26 12:09:21 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-11-26 12:09:21 +0000
commitfa05c4a3e2371239b7c80a04fdf551b19845f2a6 (patch)
treeed4c2652056657a282a9925aae6e702f3d46b817 /src/revocation/Makefile.am
parentcbeca30479037a3b95e779cffe858fe9fe028290 (diff)
downloadgnunet-fa05c4a3e2371239b7c80a04fdf551b19845f2a6.tar.gz
gnunet-fa05c4a3e2371239b7c80a04fdf551b19845f2a6.zip
local revocation test
Diffstat (limited to 'src/revocation/Makefile.am')
-rw-r--r--src/revocation/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/revocation/Makefile.am b/src/revocation/Makefile.am
index 81af152bd..02e10c77d 100644
--- a/src/revocation/Makefile.am
+++ b/src/revocation/Makefile.am
@@ -56,6 +56,12 @@ gnunet_service_revocation_LDADD = \
56gnunet_service_revocation_DEPENDENCIES = \ 56gnunet_service_revocation_DEPENDENCIES = \
57 libgnunetrevocation.la 57 libgnunetrevocation.la
58 58
59check_SCRIPTS = \
60 test_local_revocation.sh
61
62if ENABLE_TEST_RUN
63 TESTS = $(check_SCRIPTS)
64endif
59 65
60EXTRA_DIST = test_revocation.conf 66EXTRA_DIST = test_revocation.conf
61 67