Files
geometry/test/util/Jamfile.v2
Barend Gehrels c8a867d24e Removed warnings for gcc 4.2.4
[SVN r59803]
2010-02-21 09:22:13 +00:00

16 lines
421 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 ]
;