2019-08-26 20:22:17 -04:00
|
|
|
# Copyright 2007,2008 Tobias Schwinger
|
|
|
|
|
#
|
|
|
|
|
# Copyright 2019 Glen Joseph Fernandes
|
|
|
|
|
# (glenjofe@gmail.com)
|
2008-11-27 15:15:47 +00:00
|
|
|
#
|
2019-08-26 20:22:17 -04:00
|
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
|
|
|
# (http://www.boost.org/LICENSE_1_0.txt)
|
2008-11-27 15:15:47 +00:00
|
|
|
|
|
|
|
|
import testing ;
|
|
|
|
|
|
2025-06-26 09:00:20 -05:00
|
|
|
project : requirements
|
|
|
|
|
<library>/boost/functional//boost_functional
|
|
|
|
|
<library>/boost/smart_ptr//boost_smart_ptr
|
|
|
|
|
;
|
|
|
|
|
|
2019-08-26 20:22:17 -04:00
|
|
|
run value_factory.cpp ;
|
|
|
|
|
run value_factory_args.cpp ;
|
|
|
|
|
run value_factory_move.cpp ;
|
|
|
|
|
run factory.cpp ;
|
|
|
|
|
run factory_args.cpp ;
|
|
|
|
|
run factory_move.cpp ;
|
|
|
|
|
run factory_with_allocator.cpp ;
|
|
|
|
|
run factory_with_std_allocator.cpp ;
|
|
|
|
|
run factory_allocator_throws.cpp ;
|
|
|
|
|
run factory_default_allocator.cpp : : : <exception-handling>off ;
|