geometry/test/algorithms/Jamfile.v2
Barend Gehrels 9d6ce22c6d Added tests for reverse/unique
[SVN r60550]
2010-03-13 11:44:08 +00:00

38 lines
952 B
Plaintext

# test/algorithms/Jamfile.v2
#
# Copyright (c) 2009 Mateusz Loskot <mateusz@loskot.net>
#
# 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 ggl-algorithms
:
[ run append.cpp ]
[ run area.cpp ]
[ run assign.cpp ]
[ run centroid.cpp ]
[ run combine.cpp ]
[ run convert.cpp ]
[ run convex_hull.cpp ]
[ run correct.cpp ]
[ run disjoint.cpp ]
[ run equals.cpp ]
[ run distance.cpp ]
[ run envelope.cpp ]
[ run for_each.cpp ]
[ run intersection.cpp ]
[ run intersects.cpp ]
[ run length.cpp ]
[ run make.cpp ]
[ run overlaps.cpp ]
[ run perimeter.cpp ]
[ run reverse.cpp ]
[ run sectionalize.cpp ]
[ run simplify.cpp ]
[ run transform.cpp ]
[ run union.cpp ]
[ run unique.cpp ]
[ run within.cpp ]
;