aboutsummaryrefslogtreecommitdiff
path: root/src/gnsrecord
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-07-04 14:41:14 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-07-04 14:41:14 +0200
commitcd6ef3fb3d9579630cebb332838731b062d7f101 (patch)
tree58c0c2f92e29c8391021b78cc50fa18cde6c7d36 /src/gnsrecord
parent9a0b6cb59596b66ec796647f788c8d08170da69a (diff)
downloadgnunet-cd6ef3fb3d9579630cebb332838731b062d7f101.tar.gz
gnunet-cd6ef3fb3d9579630cebb332838731b062d7f101.zip
GNS: Rename testvector test to include lsd reference
Diffstat (limited to 'src/gnsrecord')
-rw-r--r--src/gnsrecord/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gnsrecord/Makefile.am b/src/gnsrecord/Makefile.am
index 7bffa98e5..7ef7c327e 100644
--- a/src/gnsrecord/Makefile.am
+++ b/src/gnsrecord/Makefile.am
@@ -19,7 +19,7 @@ noinst_PROGRAMS = \
19check_PROGRAMS = \ 19check_PROGRAMS = \
20 test_gnsrecord_crypto \ 20 test_gnsrecord_crypto \
21 test_gnsrecord_serialization \ 21 test_gnsrecord_serialization \
22 test_gnsrecord_testvectors \ 22 test_gnsrecord_lsd0001testvectors \
23 test_gnsrecord_block_expiration \ 23 test_gnsrecord_block_expiration \
24 perf_gnsrecord_crypto 24 perf_gnsrecord_crypto
25 25
@@ -87,9 +87,9 @@ libgnunet_plugin_gnsrecord_dns_la_LDFLAGS = \
87EXTRA_DIST = \ 87EXTRA_DIST = \
88 $(check_SCRIPTS) 88 $(check_SCRIPTS)
89 89
90test_gnsrecord_testvectors_SOURCES = \ 90test_gnsrecord_lsd0001testvectors_SOURCES = \
91 test_gnsrecord_testvectors.c 91 test_gnsrecord_testvectors.c
92test_gnsrecord_testvectors_LDADD = \ 92test_gnsrecord_lsd0001testvectors_LDADD = \
93 $(top_builddir)/src/testing/libgnunettesting.la \ 93 $(top_builddir)/src/testing/libgnunettesting.la \
94 $(top_builddir)/src/identity/libgnunetidentity.la \ 94 $(top_builddir)/src/identity/libgnunetidentity.la \
95 libgnunetgnsrecord.la \ 95 libgnunetgnsrecord.la \