Files
geometry/test/extensions/algorithms/Jamfile.v2
Barend Gehrels 4badcdc600 Moved dissolve to extension
Fixed extensions connect/offset tests for gcc 



[SVN r69086]
2011-02-20 18:18:10 +00:00

17 lines
449 B
Plaintext

# test/extensions/algorithms/Jamfile.v2
#
# Copyright (c) 2011 Barend Gehrels
#
# 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-extensions-algorithms
:
[ run dissolve.cpp ]
[ run connect.cpp ]
[ run offset.cpp ]
[ run midpoints.cpp ]
[ run selected.cpp ]
;