Jamfile.v2 705 B

123456789101112131415
  1. # Boost.Geometry (aka GGL, Generic Geometry Library)
  2. #
  3. # Copyright (c) 2018 Yaghyavardhan Singh Khangarot, Hyderabad, India.
  4. #
  5. # Contributed and/or modified by Yaghyavardhan Singh Khangarot, as part of Google Summer of Code 2018 program.
  6. #
  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-algorithms-similarity
  11. :
  12. [ run discrete_frechet_distance.cpp : : : : algorithms_discrete_frechet_distance ]
  13. [ run discrete_hausdorff_distance.cpp : : : : algorithms_discrete_hausdorff_distance ]
  14. ;