Skip to content
Snippets Groups Projects
Commit 3db13df3 authored by Niels Möller's avatar Niels Möller
Browse files

Delay building of test programs until make check.

parent 2db24c35
No related branches found
No related tags found
No related merge requests found
2014-05-09 Niels Möller <nisse@lysator.liu.se>
* testsuite/Makefile.in (all): Drop dependency on $(TARGETS), to
delay building of test programs until make check.
2014-05-08 Niels Möller <nisse@lysator.liu.se> 2014-05-08 Niels Möller <nisse@lysator.liu.se>
* nettle.texinfo (nettle_aead abstraction): Document nettle_aead. * nettle.texinfo (nettle_aead abstraction): Document nettle_aead.
......
...@@ -62,7 +62,7 @@ DISTFILES = $(SOURCES) $(CXX_SOURCES) Makefile.in .test-rules.make \ ...@@ -62,7 +62,7 @@ DISTFILES = $(SOURCES) $(CXX_SOURCES) Makefile.in .test-rules.make \
$(TS_SH) setup-env teardown-env \ $(TS_SH) setup-env teardown-env \
gold-bug.txt testutils.h sha3.awk gold-bug.txt testutils.h sha3.awk
all: $(TARGETS) $(EXTRA_TARGETS) all: $(EXTRA_TARGETS)
.c.$(OBJEXT): .c.$(OBJEXT):
$(COMPILE) -c $< && $(DEP_PROCESS) $(COMPILE) -c $< && $(DEP_PROCESS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment