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

Modified Files:
        Jamfile 
Added Files:
        Jamfile.v2 
Log Message:
circular_buffer: added jamfile V2

--- NEW FILE: Jamfile.v2 ---
# Boost circular_buffer test Jamfile.
#
#  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)

#  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 ]
  ;

Index: Jamfile
===================================================================
RCS file: /cvsroot/boost/boost/libs/circular_buffer/test/Jamfile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Jamfile     18 May 2007 11:18:05 -0000      1.1
+++ Jamfile     18 May 2007 14:52:59 -0000      1.2
@@ -1,8 +1,14 @@
 # Boost circular_buffer test Jamfile.
+#
+#  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)
 
 subproject libs/circular_buffer/test ;
 
-# Bring in rules for testing.
+#  Bring in rules for testing.
 SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
 include testing.jam ;
 


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