Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / functional / factory / test / Jamfile
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
9 import testing ;
10
11 run value_factory.cpp ;
12 run value_factory_args.cpp ;
13 run value_factory_move.cpp ;
14 run factory.cpp ;
15 run factory_args.cpp ;
16 run factory_move.cpp ;
17 run factory_with_allocator.cpp ;
18 run factory_with_std_allocator.cpp ;
19 run factory_allocator_throws.cpp ;
20 run factory_default_allocator.cpp : : : <exception-handling>off ;