Jamfile.v2 711 B

12345678910111213141516171819202122232425262728293031
  1. # Boost.SafeNumerics Library test Jamfile
  2. #
  3. # Copyright (c) 2017 Robert Ramey
  4. #
  5. # Distributed under the Boost Software License, Version 1.0.
  6. # See accompanying file LICENSE_1_0.txt or copy at
  7. # http://www.boost.org/LICENSE_1_0.txt
  8. import testing ;
  9. run example1.cpp ;
  10. run example11.cpp ;
  11. run example2.cpp ;
  12. run example3.cpp ;
  13. run example4.cpp ;
  14. run example5.cpp ;
  15. run example6.cpp ;
  16. run example7.cpp ;
  17. run example8.cpp ;
  18. compile-fail example81.cpp ;
  19. # run example81.cpp ; # requires console input
  20. run example82.cpp ;
  21. run example83.cpp ;
  22. # run example84.cpp ; # requires console input
  23. run example10.cpp ;
  24. run example11.cpp ;
  25. run example13.cpp ;
  26. run example15.cpp ;
  27. run example92.cpp ;
  28. run example93.cpp ;