Skip to content
Snippets Groups Projects
Commit 41076dc1 authored by Niels Möller's avatar 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
No related branches found
No related tags found
No related merge requests found
......@@ -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_PROGRAMS = 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
......
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