forked from boostorg/smart_ptr
Update Jamfile.v2 with two new smart_ptr tests for allocate_shared and make_shared
[SVN r81300]
This commit is contained in:
@ -134,6 +134,7 @@ import testing ;
|
|||||||
[ run make_shared_array_test.cpp ]
|
[ run make_shared_array_test.cpp ]
|
||||||
[ run make_shared_arrays_test.cpp ]
|
[ run make_shared_arrays_test.cpp ]
|
||||||
[ run make_shared_array_create_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_arrays_create_test.cpp ]
|
||||||
[ run make_shared_array_throws_test.cpp ]
|
[ run make_shared_array_throws_test.cpp ]
|
||||||
[ run make_shared_array_esft_test.cpp ]
|
[ run make_shared_array_esft_test.cpp ]
|
||||||
@ -141,6 +142,7 @@ import testing ;
|
|||||||
[ run allocate_shared_array_test.cpp ]
|
[ run allocate_shared_array_test.cpp ]
|
||||||
[ run allocate_shared_arrays_test.cpp ]
|
[ run allocate_shared_arrays_test.cpp ]
|
||||||
[ run allocate_shared_array_create_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_arrays_create_test.cpp ]
|
||||||
[ run allocate_shared_array_throws_test.cpp ]
|
[ run allocate_shared_array_throws_test.cpp ]
|
||||||
[ run allocate_shared_array_esft_test.cpp ]
|
[ run allocate_shared_array_esft_test.cpp ]
|
||||||
|
Reference in New Issue
Block a user