Skip to content
Snippets Groups Projects
Commit 2e8e5505 authored by Niels Möller's avatar Niels Möller
Browse files

* testsuite/Makefile.am (TS_PROGS): Added hmac-test. Deleted old

m4-stuff.

* Makefile.am (libnettle_a_SOURCES): Added hmac.c and hmac-md5.c.
(libnettleinclude_HEADERS): Added hmac.h.

Rev: src/nettle/testsuite/Makefile.am:1.19
parent 42ab7396
No related branches found
No related tags found
No related merge requests found
......@@ -5,13 +5,7 @@ TS_PROGS = aes-test arcfour-test blowfish-test cast128-test \
des-test des3-test des-compat-test \
md5-test md5-compat-test sha1-test sha256-test \
serpent-test twofish-test \
cbc-test rsa-test bignum-test yarrow-test
# M4_FILES = aes-test.m4 arcfour-test.m4 blowfish-test.m4 cast128-test.m4 \
# des-test.m4 des3-test.m4 \
# md5-test.m4 md5-compat-test.m4 sha1-test.m4 sha256-test.m4 \
# serpent-test.m4 twofish-test.m4 \
# cbc-test.m4 bignum-test.m4
cbc-test hmac-test rsa-test bignum-test yarrow-test
noinst_PROGRAMS = $(TS_PROGS)
......@@ -19,12 +13,6 @@ LDADD = testutils.o ../libnettle.a
EXTRA_DIST = testutils.c testutils.h \
run-tests rfc1750.txt
# # M4FLAGS = -P -s
# M4FLAGS = -P
# $(M4_FILES:.m4=.c): %.c: macros.m4 %.m4
# $(M4) $(M4FLAGS) $^ > $@T
# test -s $@T && mv -f $@T $@
.PHONY: check run-tests
check: run-tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment