From 3b0b10d06d2bd364b1191878abf32ad57cf8229f Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Sun, 11 Nov 2012 19:21:18 +0000 Subject: [PATCH] Update Jamfile.v2 with two new smart_ptr tests for allocate_shared and make_shared [SVN r81300] --- test/Jamfile.v2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index bde61b2..e3b41c0 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -134,6 +134,7 @@ import testing ; [ 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 @@ import testing ; [ 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 ]