Update Jamfile.v2 to run make_shared array tests and allocate_shared array tests.

[SVN r81220]
This commit is contained in:
Glen Fernandes
2012-11-06 14:35:40 +00:00
parent 6662ae7242
commit e7d3987cfb

View File

@ -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 ]
;
}