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

Modified Files:
        Jamfile Jamfile.v2 
Log Message:
circular_buffer: fixed multithreaded compilation for Borland

Index: Jamfile
===================================================================
RCS file: /cvsroot/boost/boost/libs/circular_buffer/test/Jamfile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Jamfile     18 May 2007 16:00:35 -0000      1.3
+++ Jamfile     23 May 2007 15:24:27 -0000      1.4
@@ -1,10 +1,10 @@
-#  Boost circular_buffer test Jamfile.
+# Boost circular_buffer test Jamfile.
 #
-#  Copyright (c) 2003-2007 Jan Gaspar
+# Copyright (c) 2003-2007 Jan Gaspar
 #
-#  Distributed under the Boost Software License, Version 1.0. (See
-#  accompanying file LICENSE_1_0.txt or copy at
-#  http://www.boost.org/LICENSE_1_0.txt)
+# Distributed under the Boost Software License, Version 1.0. (See
+# accompanying file LICENSE_1_0.txt or copy at
+# http://www.boost.org/LICENSE_1_0.txt)
 
 subproject libs/circular_buffer/test ;
 
@@ -20,6 +20,6 @@
         : [ run base_test.cpp ]
           [ run space_optimized_test.cpp ]
           [ run soft_iterator_invalidation.cpp ]
-          [ compile bounded_buffer_comparison.cpp ]
+          [ compile bounded_buffer_comparison.cpp <threading>multi ]
         ;
 }

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/circular_buffer/test/Jamfile.v2,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Jamfile.v2  18 May 2007 16:00:36 -0000      1.2
+++ Jamfile.v2  23 May 2007 15:24:27 -0000      1.3
@@ -1,17 +1,17 @@
-#  Boost circular_buffer test Jamfile.
+# Boost circular_buffer test Jamfile.
 #
-#  Copyright (c) 2003-2007 Jan Gaspar
+# Copyright (c) 2003-2007 Jan Gaspar
 #
-#  Distributed under the Boost Software License, Version 1.0. (See
-#  accompanying file LICENSE_1_0.txt or copy at
-#  http://www.boost.org/LICENSE_1_0.txt)
+# Distributed under the Boost Software License, Version 1.0. (See
+# accompanying file LICENSE_1_0.txt or copy at
+# http://www.boost.org/LICENSE_1_0.txt)
 
-#  Bring in rules for testing.
+# Bring in rules for testing.
 import testing ;
 
 test-suite "circular_buffer"
   : [ run base_test.cpp ]
     [ run space_optimized_test.cpp ]
     [ run soft_iterator_invalidation.cpp ]
-    [ compile bounded_buffer_comparison.cpp ]
+    [ compile bounded_buffer_comparison.cpp <threading>multi ]
   ;


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to