aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-09 17:18:14 +0000
committerChristian Grothoff <christian@grothoff.org>2015-01-09 17:18:14 +0000
commit0931dc632a7bea6eb50cd1c7d1688fc6e757a502 (patch)
treee3799f8025374c2cb3565f6a2fb3c840545a3f3d /src/util/Makefile.am
parent712767683a32140be3fd7d195b44be676853eb12 (diff)
downloadgnunet-0931dc632a7bea6eb50cd1c7d1688fc6e757a502.tar.gz
gnunet-0931dc632a7bea6eb50cd1c7d1688fc6e757a502.zip
moving hash_context testcase over as well
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 87651e620..f4e39711b 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -227,6 +227,7 @@ check_PROGRAMS = \
227 test_crypto_eddsa \ 227 test_crypto_eddsa \
228 test_crypto_ecdhe \ 228 test_crypto_ecdhe \
229 test_crypto_hash \ 229 test_crypto_hash \
230 test_crypto_hash_context \
230 test_crypto_hkdf \ 231 test_crypto_hkdf \
231 test_crypto_paillier \ 232 test_crypto_paillier \
232 test_crypto_random \ 233 test_crypto_random \
@@ -390,6 +391,11 @@ test_crypto_hash_SOURCES = \
390test_crypto_hash_LDADD = \ 391test_crypto_hash_LDADD = \
391 libgnunetutil.la 392 libgnunetutil.la
392 393
394test_crypto_hash_context_SOURCES = \
395 test_crypto_hash_context.c
396test_crypto_hash_context_LDADD = \
397 libgnunetutil.la
398
393test_crypto_hkdf_SOURCES = \ 399test_crypto_hkdf_SOURCES = \
394 test_crypto_hkdf.c 400 test_crypto_hkdf.c
395test_crypto_hkdf_LDADD = \ 401test_crypto_hkdf_LDADD = \