Jamfile.v2 436 B

12345678910111213141516
  1. # Boost.Format Library example Jamfile
  2. #
  3. # Copyright (c) 2003 Samuel Krempp
  4. #
  5. # Distributed under the Boost Software License, Version 1.0. (See accompany-
  6. # ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  7. import testing ;
  8. test-suite "format-examples"
  9. : [ run sample_advanced.cpp ]
  10. [ run sample_formats.cpp ]
  11. [ run sample_new_features.cpp ]
  12. [ run sample_userType.cpp ]
  13. ;