commit cd6ef3fb3d9579630cebb332838731b062d7f101
parent 9a0b6cb59596b66ec796647f788c8d08170da69a
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Tue, 4 Jul 2023 14:41:14 +0200
GNS: Rename testvector test to include lsd reference
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/gnsrecord/Makefile.am b/src/gnsrecord/Makefile.am
@@ -19,7 +19,7 @@ noinst_PROGRAMS = \
check_PROGRAMS = \
test_gnsrecord_crypto \
test_gnsrecord_serialization \
- test_gnsrecord_testvectors \
+ test_gnsrecord_lsd0001testvectors \
test_gnsrecord_block_expiration \
perf_gnsrecord_crypto
@@ -87,9 +87,9 @@ libgnunet_plugin_gnsrecord_dns_la_LDFLAGS = \
EXTRA_DIST = \
$(check_SCRIPTS)
-test_gnsrecord_testvectors_SOURCES = \
+test_gnsrecord_lsd0001testvectors_SOURCES = \
test_gnsrecord_testvectors.c
-test_gnsrecord_testvectors_LDADD = \
+test_gnsrecord_lsd0001testvectors_LDADD = \
$(top_builddir)/src/testing/libgnunettesting.la \
$(top_builddir)/src/identity/libgnunetidentity.la \
libgnunetgnsrecord.la \