From e7d3987cfb86502a7516bd8777cfe75f82b66fcb Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Tue, 6 Nov 2012 14:35:40 +0000 Subject: [PATCH] Update Jamfile.v2 to run make_shared array tests and allocate_shared array tests. [SVN r81220] --- test/Jamfile.v2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 1fe79ab..fc41fdd 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -128,5 +128,12 @@ import testing ; [ 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 ] ; }