From 3db13df32fa18328cd950f969c759765637bd908 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Fri, 9 May 2014 09:03:29 +0200 Subject: [PATCH] Delay building of test programs until make check. --- ChangeLog | 5 +++++ testsuite/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 725f1d95..945d5407 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-05-09 Niels Möller + + * testsuite/Makefile.in (all): Drop dependency on $(TARGETS), to + delay building of test programs until make check. + 2014-05-08 Niels Möller * nettle.texinfo (nettle_aead abstraction): Document nettle_aead. diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in index 4028c6b6..34c43087 100644 --- a/testsuite/Makefile.in +++ b/testsuite/Makefile.in @@ -62,7 +62,7 @@ DISTFILES = $(SOURCES) $(CXX_SOURCES) Makefile.in .test-rules.make \ $(TS_SH) setup-env teardown-env \ gold-bug.txt testutils.h sha3.awk -all: $(TARGETS) $(EXTRA_TARGETS) +all: $(EXTRA_TARGETS) .c.$(OBJEXT): $(COMPILE) -c $< && $(DEP_PROCESS) -- 2.47.3