aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-09-22 00:30:24 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-09-22 00:30:24 +0900
commitc50fba92d14a20c4321768c26b3dd6e417c46f23 (patch)
treec843774b5cc9462a6882ff3f0bab77405f311497 /src/util/Makefile.am
parentd9a0342d77f4489e56678d9a8e6afc9e25d8163d (diff)
downloadgnunet-c50fba92d14a20c4321768c26b3dd6e417c46f23.tar.gz
gnunet-c50fba92d14a20c4321768c26b3dd6e417c46f23.zip
UTIL: Remove outdated test. Fixes #7361
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index b86fa0f12..9cb7da15b 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -292,7 +292,6 @@ check_PROGRAMS = \
292 test_container_heap \ 292 test_container_heap \
293 test_crypto_symmetric \ 293 test_crypto_symmetric \
294 test_crypto_crc \ 294 test_crypto_crc \
295 test_crypto_ecc \
296 test_crypto_cs \ 295 test_crypto_cs \
297 test_crypto_ecdsa \ 296 test_crypto_ecdsa \
298 test_crypto_eddsa \ 297 test_crypto_eddsa \
@@ -461,11 +460,6 @@ test_crypto_cs_LDADD = \
461 libgnunetutil.la \ 460 libgnunetutil.la \
462 -lsodium 461 -lsodium
463 462
464test_crypto_ecc_SOURCES = \
465 test_crypto_ecc.c
466test_crypto_ecc_LDADD = \
467 libgnunetutil.la
468
469test_crypto_ecdsa_SOURCES = \ 463test_crypto_ecdsa_SOURCES = \
470 test_crypto_ecdsa.c 464 test_crypto_ecdsa.c
471test_crypto_ecdsa_LDADD = \ 465test_crypto_ecdsa_LDADD = \