mirror of
https://github.com/boostorg/ptr_container.git
synced 2026-02-09 11:22:20 +00:00
39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
#//
|
|
#// Boost.Pointer Container
|
|
#//
|
|
#// Copyright Thorsten Ottosen 2003-2008. Use, modification and
|
|
#// distribution is subject to the Boost Software License, Version
|
|
#// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
|
#// http://www.boost.org/LICENSE_1_0.txt)
|
|
#//
|
|
#// For more information, see http://www.boost.org/libs/ptr_container/
|
|
#//
|
|
|
|
import testing ;
|
|
|
|
project : requirements <library>/boost/test//boost_unit_test_framework/<link>static ;
|
|
|
|
run ptr_inserter.cpp ;
|
|
run ptr_vector.cpp ;
|
|
run ptr_list.cpp ;
|
|
run ptr_deque.cpp ;
|
|
run ptr_set.cpp ;
|
|
run ptr_map.cpp ;
|
|
run ptr_map_adapter.cpp ;
|
|
run ptr_array.cpp ;
|
|
run tree_test.cpp ;
|
|
run incomplete_type_test.cpp ;
|
|
run view_example.cpp ;
|
|
run iterator_test.cpp ;
|
|
run tut1.cpp ;
|
|
run indirect_fun.cpp ;
|
|
run serialization.cpp /boost/serialization//boost_serialization : : : <undefined-sanitizer>norecover:<build>no ;
|
|
run no_exceptions.cpp ;
|
|
|
|
run ptr_unordered_set.cpp ;
|
|
run ptr_unordered_map.cpp ;
|
|
run ptr_circular_buffer.cpp ;
|
|
compile const_element_containers.cpp ;
|
|
|
|
compile issue_23.cpp ;
|