aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-11-26 17:33:55 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-11-26 17:33:55 +0000
commit670f682c3654fe531d83ef160007bc9bce90cef8 (patch)
tree5cc2f5e7173686cc21889648ff6c7ddbe39dfe7f /src/revocation/Makefile.am
parent2d15194d3de840df12017626236daed0e69a7eeb (diff)
downloadgnunet-670f682c3654fe531d83ef160007bc9bce90cef8.tar.gz
gnunet-670f682c3654fe531d83ef160007bc9bce90cef8.zip
test for revocation flooding
Diffstat (limited to 'src/revocation/Makefile.am')
-rw-r--r--src/revocation/Makefile.am16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/revocation/Makefile.am b/src/revocation/Makefile.am
index 02e10c77d..5845474f3 100644
--- a/src/revocation/Makefile.am
+++ b/src/revocation/Makefile.am
@@ -56,11 +56,25 @@ gnunet_service_revocation_LDADD = \
56gnunet_service_revocation_DEPENDENCIES = \ 56gnunet_service_revocation_DEPENDENCIES = \
57 libgnunetrevocation.la 57 libgnunetrevocation.la
58 58
59test_revocation_SOURCES = \
60 test_revocation.c
61test_revocation_LDADD = \
62 $(top_builddir)/src/identity/libgnunetidentity.la \
63 $(top_builddir)/src/revocation/libgnunetrevocation.la \
64 $(top_builddir)/src/util/libgnunetutil.la \
65 $(top_builddir)/src/testbed/libgnunettestbed.la
66
67check_PROGRAMS = \
68 test_revocation
69
70
59check_SCRIPTS = \ 71check_SCRIPTS = \
60 test_local_revocation.sh 72 test_local_revocation.sh
61 73
62if ENABLE_TEST_RUN 74if ENABLE_TEST_RUN
63 TESTS = $(check_SCRIPTS) 75 TESTS = \
76 $(check_SCRIPTS) \
77 $(check_PROGRAMS)
64endif 78endif
65 79
66EXTRA_DIST = test_revocation.conf 80EXTRA_DIST = test_revocation.conf