1# Copyright 2007,2008 Tobias Schwinger 2# 3# Copyright 2019 Glen Joseph Fernandes 4# (glenjofe@gmail.com) 5# 6# Distributed under the Boost Software License, Version 1.0. 7# (http://www.boost.org/LICENSE_1_0.txt) 8 9import testing ; 10 11run value_factory.cpp ; 12run value_factory_args.cpp ; 13run value_factory_move.cpp ; 14run factory.cpp ; 15run factory_args.cpp ; 16run factory_move.cpp ; 17run factory_with_allocator.cpp ; 18run factory_with_std_allocator.cpp ; 19run factory_allocator_throws.cpp ; 20run factory_default_allocator.cpp : : : <exception-handling>off ; 21