Update of /cvsroot/boost/boost/libs/format/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31263/libs/format/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/format/test/Jamfile.v2,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Jamfile.v2 29 Sep 2003 16:04:28 -0000 1.1
+++ Jamfile.v2 10 Nov 2006 19:09:56 -0000 1.2
@@ -7,37 +7,19 @@
# This software is provided "as is" without express or implied
# warranty, and with no claim as to its suitability for any purpose.
+project
+ : requirements
+ <library>/boost/test//boost_test_exec_monitor/<link>static
+ ;
+
import testing ;
{
test-suite "format"
- : [ run format_test1.cpp
- ../../../libs/test/build//boost_test_exec_monitor
- : # args
- : # input files
-# : std::locale-support
- ]
-
- [ run format_test2.cpp
- ../../../libs/test/build//boost_test_exec_monitor
- : # args
- : # input files
-# : std::locale-support
- ]
-
- [ run format_test3.cpp
- ../../../libs/test/build//boost_test_exec_monitor
- : # args
- : # input files
-# : std::locale-support
- ]
-
- [ run format_test_wstring.cpp
- ../../../libs/test/build//boost_test_exec_monitor
- : # args
- : # input files
-# : std::locale-support
- ]
+ : [ run format_test1.cpp ]
+ [ run format_test2.cpp ]
+ [ run format_test3.cpp ]
+ [ run format_test_wstring.cpp ]
;
}
-------------------------------------------------------------------------
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