Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcus Hoffmann
nettle
Commits
41076dc1
Commit
41076dc1
authored
Mar 02, 2004
by
Niels Möller
Browse files
(noinst_PROGRAMS): Put test program list
here, to let automake add $(EXEEXT). Rev: src/nettle/testsuite/Makefile.am:1.40
parent
236bab34
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/Makefile.am
View file @
41076dc1
...
...
@@ -5,7 +5,7 @@ AM_CPPFLAGS = -I$(top_srcdir)
# installed version.
AM_LDFLAGS
=
-L
..
TS
_PROGS
=
aes-test arcfour-test blowfish-test cast128-test
\
noinst
_PROG
RAM
S
=
aes-test arcfour-test blowfish-test cast128-test
\
base16-test base64-test
\
des-test des3-test des-compat-test
\
md2-test md4-test md5-test md5-compat-test
\
...
...
@@ -20,12 +20,11 @@ TS_PROGS = aes-test arcfour-test blowfish-test cast128-test \
dsa-test dsa-keygen-test
\
yarrow-test
TS_PROGS
=
$(noinst_PROGRAMS)
TS_SH
=
sexp-conv-test symbols-test
TS_ALL
=
$(TS_PROGS)
$(TS_SH)
noinst_PROGRAMS
=
$(TS_PROGS)
# Workaround to get automake to keep dependencies for testutils.o
EXTRA_PROGRAMS
=
testutils
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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