aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/revocation/Makefile.am')
-rw-r--r--src/revocation/Makefile.am12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/revocation/Makefile.am b/src/revocation/Makefile.am
index 918ef02bb..a375b7587 100644
--- a/src/revocation/Makefile.am
+++ b/src/revocation/Makefile.am
@@ -50,6 +50,13 @@ gnunet_revocation_tvg_LDADD = \
50 $(top_builddir)/src/util/libgnunetutil.la \ 50 $(top_builddir)/src/util/libgnunetutil.la \
51 $(GN_LIBINTL) 51 $(GN_LIBINTL)
52 52
53test_revocation_lsd0001testvectors_SOURCES = \
54 test_revocation_testvectors.c
55test_revocation_lsd0001testvectors_LDADD = \
56 $(top_builddir)/src/testing/libgnunettesting.la \
57 $(top_builddir)/src/identity/libgnunetidentity.la \
58 libgnunetrevocation.la \
59 $(top_builddir)/src/util/libgnunetutil.la
53 60
54lib_LTLIBRARIES = libgnunetrevocation.la 61lib_LTLIBRARIES = libgnunetrevocation.la
55 62
@@ -92,10 +99,11 @@ test_revocation_LDADD = \
92 $(top_builddir)/src/testbed/libgnunettestbed.la 99 $(top_builddir)/src/testbed/libgnunettestbed.la
93 100
94check_PROGRAMS = \ 101check_PROGRAMS = \
95 # test_revocation 102 #test_revocation \
103 #test_revocation_lsd0001testvectors
96 104
97check_SCRIPTS = \ 105check_SCRIPTS = \
98 # test_local_revocation.py 106 #test_local_revocation.py
99 107
100if ENABLE_TEST_RUN 108if ENABLE_TEST_RUN
101 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; 109 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;