mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-12 00:02:09 +00:00
15 lines
411 B
Plaintext
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 ]
|
|
;
|