mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-08-01 21:54:28 +02:00
Update Jamfile.v2 to run make_shared array tests and allocate_shared array tests.
[SVN r81220]
This commit is contained in:
@@ -128,5 +128,12 @@ import testing ;
|
|||||||
[ compile-fail array_fail_dereference.cpp ]
|
[ compile-fail array_fail_dereference.cpp ]
|
||||||
[ compile-fail array_fail_member_access.cpp ]
|
[ compile-fail array_fail_member_access.cpp ]
|
||||||
[ compile-fail array_fail_array_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 ]
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user