mirror of
https://github.com/boostorg/ptr_container.git
synced 2026-01-19 16:32:16 +00:00
41 lines
1.8 KiB
Plaintext
41 lines
1.8 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/ptr_container//boost_ptr_container
|
|
<library>/boost/test//boost_unit_test_framework/<link>static ;
|
|
|
|
run ptr_inserter.cpp /boost/assign//boost_assign ;
|
|
run ptr_vector.cpp /boost/assign//boost_assign /boost/lexical_cast//boost_lexical_cast ;
|
|
run ptr_list.cpp /boost/assign//boost_assign /boost/lexical_cast//boost_lexical_cast ;
|
|
run ptr_deque.cpp /boost/assign//boost_assign /boost/lexical_cast//boost_lexical_cast ;
|
|
run ptr_set.cpp /boost/lexical_cast//boost_lexical_cast ;
|
|
run ptr_map.cpp /boost/lexical_cast//boost_lexical_cast ;
|
|
run ptr_map_adapter.cpp /boost/lexical_cast//boost_lexical_cast ;
|
|
run ptr_array.cpp /boost/lexical_cast//boost_lexical_cast ;
|
|
run tree_test.cpp /boost/lexical_cast//boost_lexical_cast ;
|
|
run incomplete_type_test.cpp /boost/lexical_cast//boost_lexical_cast ;
|
|
run view_example.cpp ;
|
|
run iterator_test.cpp ;
|
|
run tut1.cpp ;
|
|
run indirect_fun.cpp /boost/assign//boost_assign ;
|
|
run serialization.cpp /boost/serialization//boost_serialization : : : <undefined-sanitizer>norecover:<build>no ;
|
|
run no_exceptions.cpp /boost/assign//boost_assign /boost/lexical_cast//boost_lexical_cast ;
|
|
|
|
run ptr_unordered_set.cpp /boost/lexical_cast//boost_lexical_cast ;
|
|
run ptr_unordered_map.cpp /boost/lexical_cast//boost_lexical_cast ;
|
|
run ptr_circular_buffer.cpp /boost/assign//boost_assign /boost/lexical_cast//boost_lexical_cast ;
|
|
compile const_element_containers.cpp ;
|
|
|
|
compile issue_23.cpp ;
|