Files
geometry/test/util/Jamfile.v2
Barend Gehrels d6d33fbd38 Added optional flag to base iterator
Added closing iterator
Added closeable_view


[SVN r61760]
2010-05-04 15:49:16 +00:00

19 lines
521 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 ggl-util
:
[ run copy.cpp ]
[ run for_each_coordinate.cpp ]
[ run select_most_precise.cpp ]
[ run write_dsv.cpp ]
[ run reversible_view.cpp ]
[ run closeable_view.cpp ]
[ run reversible_closeable.cpp ]
;