From ad5b4430336998c5117621106beb00e3375d1d55 Mon Sep 17 00:00:00 2001 From: Owen Shepherd Date: Mon, 14 Jul 2014 13:04:33 +0100 Subject: [PATCH] Only build helloworld test when building tests --- Jamfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Jamfile b/Jamfile index a7a26c3..86b2d5f 100644 --- a/Jamfile +++ b/Jamfile @@ -46,12 +46,12 @@ if ! $(PDCLIB_NO_TEST) { RegTest $(regtest) : $(regtestfile) ; } } -} -Main helloworld : helloworld.c ; -LinkLibraries helloworld : $(PDCLIB) ; -LINKLIBS on helloworld$(SUFEXE) += $(PDCLIB_TEST_LINKLIBS) ; -LINKFLAGS on helloworld$(SUFEXE) += $(PDCLIB_TEST_LINKFLAGS) ; + Main helloworld : helloworld.c ; + LinkLibraries helloworld : $(PDCLIB) ; + LINKLIBS on helloworld$(SUFEXE) += $(PDCLIB_TEST_LINKLIBS) ; + LINKFLAGS on helloworld$(SUFEXE) += $(PDCLIB_TEST_LINKFLAGS) ; +} rule HtmlMan { DEPENDS htmlman : $(<) ; -- 2.40.0