From: Owen Shepherd Date: Sun, 1 Sep 2013 22:10:43 +0000 (+0100) Subject: Build the helloworld test app with the same settings as we use for the other tests X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=b40d985ee9eecef7a0450b3d9cff7657509d1548 Build the helloworld test app with the same settings as we use for the other tests --- 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 : $(<) ;