geometry/test/algorithms/similarity/Jamfile.v2
Yaghyavardhan singh khangarot 60ea4b2ee5 [test][similarity] Updated
2018-08-15 18:23:30 +05:30

16 lines
705 B
Plaintext

# Boost.Geometry (aka GGL, Generic Geometry Library)
#
# Copyright (c) 2018 Yaghyavardhan Singh Khangarot, Hyderabad, India.
#
# Contributed and/or modified by Yaghyavardhan Singh Khangarot, as part of Google Summer of Code 2018 program.
#
# Use, modification and distribution is subject to the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
test-suite boost-geometry-algorithms-similarity
:
[ run discrete_frechet_distance.cpp : : : : algorithms_discrete_frechet_distance ]
[ run discrete_hausdorff_distance.cpp : : : : algorithms_discrete_hausdorff_distance ]
;