From 975d04ac62e20905c2be723d5d337383b5fec27d Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 5 Feb 2014 00:29:18 +0200 Subject: [PATCH] Merge Jamfile.v2 on git's insistence --- test/Jamfile.v2 | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index d43f696..862d846 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -151,6 +151,7 @@ import testing ; [ run allocate_shared_array_esft_test.cpp ] [ run allocate_shared_array_noinit_test.cpp ] [ run allocate_shared_array_value_test.cpp ] + [ run allocate_shared_array_construct_test.cpp ] [ run make_unique_test.cpp ] [ run make_unique_args_test.cpp ]