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
b276b867
Commit
b276b867
authored
Sep 09, 2001
by
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/Makefile.am
View file @
b276b867
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
$@
...
...
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