Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81300 - trunk/libs/smart_ptr/test
From: glenfe_at_[hidden]
Date: 2012-11-11 14:21:19


Author: glenfe
Date: 2012-11-11 14:21:18 EST (Sun, 11 Nov 2012)
New Revision: 81300
URL: http://svn.boost.org/trac/boost/changeset/81300

Log:
Update Jamfile.v2 with two new smart_ptr tests for allocate_shared and make_shared
Text files modified:
   trunk/libs/smart_ptr/test/Jamfile.v2 | 2 ++
   1 files changed, 2 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-11 14:21:18 EST (Sun, 11 Nov 2012)
@@ -134,6 +134,7 @@
           [ run make_shared_array_test.cpp ]
           [ run make_shared_arrays_test.cpp ]
           [ run make_shared_array_create_test.cpp ]
+ [ run make_shared_array_init_test.cpp ]
           [ run make_shared_arrays_create_test.cpp ]
           [ run make_shared_array_throws_test.cpp ]
           [ run make_shared_array_esft_test.cpp ]
@@ -141,6 +142,7 @@
           [ run allocate_shared_array_test.cpp ]
           [ run allocate_shared_arrays_test.cpp ]
           [ run allocate_shared_array_create_test.cpp ]
+ [ run allocate_shared_array_init_test.cpp ]
           [ run allocate_shared_arrays_create_test.cpp ]
           [ run allocate_shared_array_throws_test.cpp ]
           [ run allocate_shared_array_esft_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