Jamfile.v2 583 B

1234567891011121314151617181920
  1. # Boost.Geometry Index
  2. #
  3. # Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland.
  4. #
  5. # Use, modification and distribution is subject to the Boost Software License,
  6. # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  7. # http://www.boost.org/LICENSE_1_0.txt)
  8. test-suite boost-geometry-index-algorithms
  9. :
  10. [ run content.cpp ]
  11. [ run intersection_content.cpp ] # this tests overlap() too
  12. [ run is_valid.cpp ]
  13. [ run margin.cpp ]
  14. #[ run minmaxdist.cpp ]
  15. [ run union_content.cpp ]
  16. [ run segment_intersection.cpp ]
  17. [ run path_intersection.cpp ]
  18. ;