Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
df38794e
Commit
df38794e
authored
Sep 14, 2001
by
Niels Möller
Browse files
(TS_PROGS): Added des-compat-test.
Rev: src/nettle/testsuite/Makefile.am:1.9
parent
7b2d4c9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/Makefile.am
View file @
df38794e
...
...
@@ -2,7 +2,7 @@ CFLAGS = -I$(top_srcdir) @CFLAGS@ -O0
CPPFLAGS
=
@CPPFLAGS@
TS_PROGS
=
aes-test arcfour-test blowfish-test cast128-test
\
des-test des3-test
\
des-test des3-test
des-compat-test
\
md5-test md5-compat-test sha1-test
\
serpent-test twofish-test
\
cbc-test
...
...
@@ -12,13 +12,16 @@ 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
des-compat-test.c
:
true
M4FLAGS
=
-P
-s
# M4FLAGS = -P
%.c
:
macros.m4 %.m4
$(M4)
$(M4FLAGS)
$^
>
$@
T
test
-s
$@
T
&&
mv
-f
$@
T
$@
.P
N
ONY
:
check run-tests
.P
H
ONY
:
check run-tests
check
:
run-tests
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment