• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
11test-suite boost-geometry-algorithms-similarity
12    :
13    [ run discrete_frechet_distance.cpp                       : : : : algorithms_discrete_frechet_distance ]
14    [ run discrete_hausdorff_distance.cpp                     : : : : algorithms_discrete_hausdorff_distance ]
15    ;
16