Jamfile 543 B

1234567891011121314151617181920
  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. import testing ;
  9. run value_factory.cpp ;
  10. run value_factory_args.cpp ;
  11. run value_factory_move.cpp ;
  12. run factory.cpp ;
  13. run factory_args.cpp ;
  14. run factory_move.cpp ;
  15. run factory_with_allocator.cpp ;
  16. run factory_with_std_allocator.cpp ;
  17. run factory_allocator_throws.cpp ;
  18. run factory_default_allocator.cpp : : : <exception-handling>off ;