From: Niels Möller Date: Fri, 9 May 2014 07:03:29 +0000 (+0200) Subject: Delay building of test programs until make check. X-Git-Tag: nettle_3.0_release_20140607~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3db13df32fa18328cd950f969c759765637bd908;p=thirdparty%2Fnettle.git Delay building of test programs until make check. --- 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)