Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64520 - in sandbox/SOC/2010/bit_masks/lib/integer/test: . bitfield_vector_testing
From: bbartmanboost_at_[hidden]
Date: 2010-08-01 08:50:29


Author: bbartman
Date: 2010-08-01 08:50:28 EDT (Sun, 01 Aug 2010)
New Revision: 64520
URL: http://svn.boost.org/trac/boost/changeset/64520

Log:
adding new tests for the bitfield_tuple

Added:
   sandbox/SOC/2010/bit_masks/lib/integer/test/bitfield_vector_testing/member_impl_test.cpp (contents, props changed)
   sandbox/SOC/2010/bit_masks/lib/integer/test/bitfield_vector_testing/reference_type_test.cpp (contents, props changed)
Text files modified:
   sandbox/SOC/2010/bit_masks/lib/integer/test/Jamfile.v2 | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: sandbox/SOC/2010/bit_masks/lib/integer/test/Jamfile.v2
==============================================================================
--- sandbox/SOC/2010/bit_masks/lib/integer/test/Jamfile.v2 (original)
+++ sandbox/SOC/2010/bit_masks/lib/integer/test/Jamfile.v2 2010-08-01 08:50:28 EDT (Sun, 01 Aug 2010)
@@ -73,5 +73,7 @@
         [ run bft_testing/get_free_function_test.cpp ]
         [ run bitfield_vector_testing/bitfield_vector_test.cpp ]
         [ run bitfield_vector_testing/bitfield_vector_base_test.cpp ]
+ [ run bitfield_vector_testing/reference_type_test.cpp ]
+ [ run bitfield_vector_testing/member_impl_test.cpp ]
     ;
 

Added: sandbox/SOC/2010/bit_masks/lib/integer/test/bitfield_vector_testing/member_impl_test.cpp
==============================================================================

Added: sandbox/SOC/2010/bit_masks/lib/integer/test/bitfield_vector_testing/reference_type_test.cpp
==============================================================================


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk