Files
geometry/test/formulas/Jamfile.v2

18 lines
683 B
Plaintext

# Boost.Geometry
#
# Copyright (c) 2016-2017, Oracle and/or its affiliates.
#
# Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
#
# 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-formulas
:
[ run inverse.cpp : : : : formulas_inverse ]
[ run direct.cpp : : : : formulas_direct ]
[ run intersection.cpp : : : : formulas_intersection ]
[ run vertex_longitude.cpp : : : : formulas_vertex_longitude ]
;