Jamfile.v2 1.4 KB

1234567891011121314151617181920212223242526272829
  1. # Boost.Geometry (aka GGL, Generic Geometry Library)
  2. #
  3. # Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands.
  4. # Copyright (c) 2008-2015 Bruno Lalande, Paris, France.
  5. # Copyright (c) 2009-2015 Mateusz Loskot, London, UK.
  6. # Copyright (c) 2015 Adam Wulkiewicz, Lodz, Poland.
  7. #
  8. # Use, modification and distribution is subject to the Boost Software License,
  9. # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  10. # http://www.boost.org/LICENSE_1_0.txt)
  11. test-suite boost-geometry-core
  12. :
  13. [ run access.cpp : : : : core_access ]
  14. [ run assert.cpp : : : : core_assert ]
  15. [ run coordinate_dimension.cpp : : : : core_coordinate_dimension ]
  16. [ run coordinate_system.cpp : : : : core_coordinate_system ]
  17. [ run coordinate_type.cpp : : : : core_coordinate_type ]
  18. [ run geometry_id.cpp : : : : core_geometry_id ]
  19. [ run point_type.cpp : : : : core_point_type ]
  20. [ run radian_access.cpp : : : : core_radian_access ]
  21. [ run radius.cpp : : : : core_radius ]
  22. # [ run reverse_dispatch.cpp : : : : core_reverse_dispatch ]
  23. [ run ring.cpp : : : : core_ring ]
  24. [ run tag.cpp : : : : core_tag ]
  25. [ run topological_dimension.cpp : : : : core_topological_dimension ]
  26. ;
  27. # The reverse_dispatch somehow asks for UAC-control on MinGW...