Jamfile 591 B

1234567891011121314151617181920
  1. #==============================================================================
  2. # Copyright (c) 2003-2006 Joel de Guzman
  3. # Copyright (c) 2006 Dan Marsden
  4. #
  5. # Use, modification and distribution is subject to the Boost Software
  6. # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  7. # http://www.boost.org/LICENSE_1_0.txt)
  8. #==============================================================================
  9. # bring in rules for testing
  10. import testing ;
  11. {
  12. test-suite example :
  13. [ run test_example.cpp : : : : ]
  14. [ run triple.cpp : : : : ]
  15. ;
  16. }