Jamfile.v2 2.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # Boost.Geometry (aka GGL, Generic Geometry Library)
  2. #
  3. # Copyright (c) 2007-2014 Barend Gehrels, Amsterdam, the Netherlands.
  4. # Copyright (c) 2008-2014 Bruno Lalande, Paris, France.
  5. # Copyright (c) 2009-2014 Mateusz Loskot, London, UK.
  6. #
  7. # This file was modified by Oracle on 2014-2018.
  8. # Modifications copyright (c) 2014-2018, Oracle and/or its affiliates.
  9. #
  10. # Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
  11. # Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
  12. # Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
  13. #
  14. # Use, modification and distribution is subject to the Boost Software License,
  15. # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  16. # http://www.boost.org/LICENSE_1_0.txt)
  17. test-suite boost-geometry-algorithms-distance
  18. :
  19. [ run distance.cpp : : : : algorithms_distance ]
  20. [ run distance_ca_ar_ar.cpp : : : : algorithms_distance_ca_ar_ar ]
  21. [ run distance_ca_l_ar.cpp : : : : algorithms_distance_ca_l_ar ]
  22. [ run distance_ca_l_l.cpp : : : : algorithms_distance_ca_l_l ]
  23. [ run distance_ca_pl_ar.cpp : : : : algorithms_distance_ca_pl_ar ]
  24. [ run distance_ca_pl_l.cpp : : : : algorithms_distance_ca_pl_l ]
  25. [ run distance_ca_pl_pl.cpp : : : : algorithms_distance_ca_pl_pl ]
  26. [ run distance_se_geo_ar_ar.cpp : : : : algorithms_distance_se_geo_ar_ar ]
  27. [ run distance_se_geo_l_ar.cpp : : : : algorithms_distance_se_geo_l_ar ]
  28. [ run distance_se_geo_l_l.cpp : : : : algorithms_distance_se_geo_l_l ]
  29. [ run distance_se_geo_pl_ar.cpp : : : : algorithms_distance_se_geo_pl_ar ]
  30. [ run distance_geo_pl_l.cpp : : : : algorithms_distance_geo_pl_l ]
  31. [ run distance_se_geo_pl_pl.cpp : : : : algorithms_distance_se_geo_pl_pl ]
  32. [ run distance_se_pl_l.cpp : : : : algorithms_distance_se_pl_l ]
  33. [ run distance_se_pl_pl.cpp : : : : algorithms_distance_se_pl_pl ]
  34. ;