Update of /cvsroot/boost/boost/libs/assign/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31263/libs/assign/test

Modified Files:
        Jamfile.v2 
Log Message:
Allow building of shared versions of some Boost.Test libraries.
Adjust tests to use always use static linking to Boost.Test, since
linking to the shared version requires test changes.

Patch from Juergen Hunold.

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/assign/test/Jamfile.v2,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Jamfile.v2  16 Feb 2006 07:24:21 -0000      1.3
+++ Jamfile.v2  10 Nov 2006 19:09:56 -0000      1.4
@@ -11,7 +11,7 @@
 rule assign-test ( name )
 {
     return [
-        run $(name).cpp /boost/test//boost_unit_test_framework ]
+        run $(name).cpp /boost/test//boost_unit_test_framework/<link>static ]
         ;
 }
 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to