From b40d985ee9eecef7a0450b3d9cff7657509d1548 Mon Sep 17 00:00:00 2001 From: Owen Shepherd Date: Sun, 1 Sep 2013 23:10:43 +0100 Subject: [PATCH] Build the helloworld test app with the same settings as we use for the other tests --- Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jamfile b/Jamfile index e68be8b..a7a26c3 100644 --- a/Jamfile +++ b/Jamfile @@ -50,6 +50,8 @@ if ! $(PDCLIB_NO_TEST) { 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