aboutsummaryrefslogtreecommitdiff
path: root/src/gnsrecord/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnsrecord/Makefile.am')
-rw-r--r--src/gnsrecord/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gnsrecord/Makefile.am b/src/gnsrecord/Makefile.am
index 42ac4ede4..4308d9c1a 100644
--- a/src/gnsrecord/Makefile.am
+++ b/src/gnsrecord/Makefile.am
@@ -20,6 +20,7 @@ check_PROGRAMS = \
20 test_gnsrecord_crypto \ 20 test_gnsrecord_crypto \
21 test_gnsrecord_serialization \ 21 test_gnsrecord_serialization \
22 test_gnsrecord_block_expiration \ 22 test_gnsrecord_block_expiration \
23 test_gnsrecord_testvectors \
23 perf_gnsrecord_crypto 24 perf_gnsrecord_crypto
24 25
25if ENABLE_TEST_RUN 26if ENABLE_TEST_RUN
@@ -85,6 +86,14 @@ libgnunet_plugin_gnsrecord_dns_la_LDFLAGS = \
85EXTRA_DIST = \ 86EXTRA_DIST = \
86 $(check_SCRIPTS) 87 $(check_SCRIPTS)
87 88
89test_gnsrecord_testvectors_SOURCES = \
90 test_gnsrecord_testvectors.c
91test_gnsrecord_testvectors_LDADD = \
92 $(top_builddir)/src/testing/libgnunettesting.la \
93 $(top_builddir)/src/identity/libgnunetidentity.la \
94 libgnunetgnsrecord.la \
95 $(top_builddir)/src/util/libgnunetutil.la
96
88 97
89test_gnsrecord_serialization_SOURCES = \ 98test_gnsrecord_serialization_SOURCES = \
90 test_gnsrecord_serialization.c 99 test_gnsrecord_serialization.c