]> pd.if.org Git - pdclib/commitdiff
Build the helloworld test app with the same settings as we use for the other tests
authorOwen Shepherd <owen.shepherd@e43.eu>
Sun, 1 Sep 2013 22:10:43 +0000 (23:10 +0100)
committerOwen Shepherd <owen.shepherd@e43.eu>
Sun, 1 Sep 2013 22:10:43 +0000 (23:10 +0100)
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 : $(<) ;