]> pd.if.org Git - pdclib/blobdiff - Jamfile
Build the helloworld test app with the same settings as we use for the other tests
[pdclib] / Jamfile
diff --git a/Jamfile b/Jamfile
index e68be8ba550beef5e2a0325d2d47c7fa463343ef..a7a26c30025ebd63cdc98ef31fc78a5197b9a231 100644 (file)
--- 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 : $(<) ;