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

Modified Files:
        Jamfile.v2 
Log Message:
circular_buffer: explicit threading in Jamfile

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/circular_buffer/test/Jamfile.v2,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Jamfile.v2  23 May 2007 16:13:27 -0000      1.4
+++ Jamfile.v2  24 May 2007 12:32:30 -0000      1.5
@@ -10,8 +10,8 @@
 import testing ;
 
 test-suite "circular_buffer"
-  : [ run base_test.cpp ]
-    [ run space_optimized_test.cpp ]
-    [ run soft_iterator_invalidation.cpp ]
+  : [ run base_test.cpp : <threading>single : ]
+    [ run space_optimized_test.cpp : <threading>single : ]
+    [ run soft_iterator_invalidation.cpp : <threading>single : ]
     [ 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