Jamfile.v2 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. # Boost.Geometry
  2. #
  3. # Copyright (c) 2007-2019 Barend Gehrels, Amsterdam, the Netherlands.
  4. # Copyright (c) 2008-2019 Bruno Lalande, Paris, France.
  5. # Copyright (c) 2009-2019 Mateusz Loskot, London, UK.
  6. # Copyright (c) 2014-2019 Adam Wulkiewicz, Lodz, Poland.
  7. # Use, modification and distribution is subject to the Boost Software License,
  8. # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  9. # http://www.boost.org/LICENSE_1_0.txt)
  10. test-suite boost-geometry-geometries
  11. :
  12. [ run adapted.cpp : : : : geometries_adapted ]
  13. [ run boost_array_as_point.cpp : : : : geometries_boost_array_as_point ]
  14. [ run boost_fusion.cpp : : : : geometries_boost_fusion ]
  15. [ run boost_polygon.cpp : : : : geometries_boost_polygon ]
  16. [ run boost_range.cpp : : : : geometries_boost_range ]
  17. [ run boost_tuple.cpp : : : : geometries_boost_tuple ]
  18. [ run box.cpp : : : : geometries_box ]
  19. #[ compile-fail custom_linestring.cpp
  20. # : # requirements
  21. # <define>TEST_FAIL_CLEAR
  22. # : # target name
  23. # geometries_custom_linestring_test_fail_clear
  24. #]
  25. [ run custom_linestring.cpp : : : : geometries_custom_linestring ]
  26. [ run initialization.cpp : : : : geometries_initialization ]
  27. [ run segment.cpp : : : : geometries_segment ]
  28. [ run infinite_line.cpp : : : : geometries_infinite_line ]
  29. ;