Files
geometry/test/util/Jamfile.v2
Barend Gehrels aa9b9e4234 Added many tests for difference
Removed obsoleted copy.cpp

[SVN r69515]
2011-03-03 11:33:39 +00:00

15 lines
411 B
Plaintext

# test/util/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 boost-geometry-util
:
[ run for_each_coordinate.cpp ]
[ run select_most_precise.cpp ]
[ run write_dsv.cpp ]
;