Jamfile.v2 999 B

123456789101112131415161718192021
  1. # Boost.Geometry
  2. #
  3. # Copyright (c) 2016-2019, Oracle and/or its affiliates.
  4. #
  5. # Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
  6. # Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
  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-formulas
  12. :
  13. [ run inverse.cpp : : : : formulas_inverse ]
  14. [ run inverse_karney.cpp : : : : formulas_inverse_karney ]
  15. [ run direct.cpp : : : : formulas_direct ]
  16. [ run direct_accuracy.cpp : : : : formulas_direct_accuracy ]
  17. [ run direct_meridian.cpp : : : : formulas_direct_meridian ]
  18. [ run intersection.cpp : : : : formulas_intersection ]
  19. [ run vertex_longitude.cpp : : : : formulas_vertex_longitude ]
  20. ;