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

Modified Files:
        Jamfile 
Log Message:
Applied a fix, that will skip the serialization test for compilers that do not 
provide spirit (and serialization in turn)

Index: Jamfile
===================================================================
RCS file: /cvsroot/boost/boost/libs/graph/test/Jamfile,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Jamfile     21 Sep 2006 17:02:14 -0000      1.35
+++ Jamfile     20 Oct 2006 08:28:10 -0000      1.36
@@ -5,6 +5,7 @@
 subproject libs/graph/test ;
 
 import testing ;
+import ../../serialization/build/serialization ;
 
 # A bug in the Win32 intel compilers causes compilation of one of our
 # tests to take forever when debug symbols are enabled. This rule
@@ -75,7 +76,7 @@
   
     [ run serialize.cpp 
           <lib>@boost/libs/serialization/build/boost_serialization
-      : : : <sysinclude>$(BOOST_ROOT) ]
+      : : : <sysinclude>$(BOOST_ROOT) toolset::require-boost-spirit-support ]
 
     [ run subgraph.cpp : : : <sysinclude>$(BOOST_ROOT) ]
 


-------------------------------------------------------------------------
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