|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r69483 - in sandbox/enums/libs/enums/test: . enum_array
From: vicente.botet_at_[hidden]
Date: 2011-03-02 11:49:31
Author: viboes
Date: 2011-03-02 11:49:30 EST (Wed, 02 Mar 2011)
New Revision: 69483
URL: http://svn.boost.org/trac/boost/changeset/69483
Log:
Enums: Added enum_array tests
Added:
sandbox/enums/libs/enums/test/enum_array/
Text files modified:
sandbox/enums/libs/enums/test/Jamfile.v2 | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
Modified: sandbox/enums/libs/enums/test/Jamfile.v2
==============================================================================
--- sandbox/enums/libs/enums/test/Jamfile.v2 (original)
+++ sandbox/enums/libs/enums/test/Jamfile.v2 2011-03-02 11:49:30 EST (Wed, 02 Mar 2011)
@@ -18,6 +18,7 @@
# uncomment the line above if you build outside a Boost release
#<include>$(BOOST_ROOT)
+ <include>.
<define>BOOST_ENABLE_WARNINGS
<warnings>all
@@ -54,3 +55,15 @@
#[ run EnumClass.cpp ]
[ run EnumClass.cpp odr.cpp ]
;
+
+ test-suite "enum_array"
+ :
+ [ run enum_array/cons/default.pass.cpp : : : : enum_array__cons__default__pass ]
+ [ run enum_array/cons/initializer_list.pass.cpp : : : : enum_array__cons__initializer_list__pass ]
+ [ run enum_array/size/size.pass.cpp : : : : enum_array__size__size__pass ]
+ [ run enum_array/data/data.pass.cpp : : : : enum_array__data__data__pass ]
+ [ run enum_array/data/data_const.pass.cpp : : : : enum_array__data__data_const__pass ]
+ [ run enum_array/swap/swap.pass.cpp : : : : enum_array__swap__swap__pass ]
+ [ run enum_array/special/swap.pass.cpp : : : : enum_array__special__swap__pass ]
+ [ run enum_array/fill/fill.pass.cpp : : : : enum_array__fill__fill__pass ]
+ ;
\ No newline at end of file
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