$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r81220 - trunk/libs/smart_ptr/test
From: glenfe_at_[hidden]
Date: 2012-11-06 09:35:40
Author: glenfe
Date: 2012-11-06 09:35:40 EST (Tue, 06 Nov 2012)
New Revision: 81220
URL: http://svn.boost.org/trac/boost/changeset/81220
Log:
Update Jamfile.v2 to run make_shared array tests and allocate_shared array tests.
Text files modified: 
   trunk/libs/smart_ptr/test/Jamfile.v2 |     7 +++++++                                 
   1 files changed, 7 insertions(+), 0 deletions(-)
Modified: trunk/libs/smart_ptr/test/Jamfile.v2
==============================================================================
--- trunk/libs/smart_ptr/test/Jamfile.v2	(original)
+++ trunk/libs/smart_ptr/test/Jamfile.v2	2012-11-06 09:35:40 EST (Tue, 06 Nov 2012)
@@ -128,5 +128,12 @@
           [ compile-fail array_fail_dereference.cpp ]
           [ compile-fail array_fail_member_access.cpp ]
           [ compile-fail array_fail_array_access.cpp ]
+          
+          [ run make_shared_array_test.cpp ]
+          [ run make_shared_array_throws_test.cpp ]
+          [ run make_shared_array_esft_test.cpp ]
+          [ run allocate_shared_array_test.cpp ]
+          [ run allocate_shared_array_throws_test.cpp ]
+          [ run allocate_shared_array_esft_test.cpp ]
         ;
 }