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

* testsuite/Makefile.am (TS_PROGS): Added des3-test and cbc-test.

Rev: src/nettle/testsuite/Makefile.am:1.8
parent b4c4e860
Branches
Tags
No related merge requests found
CFLAGS = -I$(top_srcdir) @CFLAGS@ -O0
CPPFLAGS = @CPPFLAGS@
TS_PROGS = aes-test arcfour-test blowfish-test cast128-test des-test \
TS_PROGS = aes-test arcfour-test blowfish-test cast128-test \
des-test des3-test \
md5-test md5-compat-test sha1-test \
serpent-test twofish-test
serpent-test twofish-test \
cbc-test
noinst_PROGRAMS = $(TS_PROGS)
LDADD = testutils.o ../libnettle.a
EXTRA_DIST = $(SOURCES:.c=.m4) testutils.c testutils.h run-tests
M4FLAGS = -P -s
# M4FLAGS = -P -s
M4FLAGS = -P
%.c: macros.m4 %.m4
$(M4) $(M4FLAGS) $^ > $@T
test -s $@T && mv -f $@T $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment