diff options
Diffstat (limited to 'src/boost/libs/geometry/test/formulas/Jamfile.v2')
-rw-r--r-- | src/boost/libs/geometry/test/formulas/Jamfile.v2 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/boost/libs/geometry/test/formulas/Jamfile.v2 b/src/boost/libs/geometry/test/formulas/Jamfile.v2 new file mode 100644 index 00000000..28ca8719 --- /dev/null +++ b/src/boost/libs/geometry/test/formulas/Jamfile.v2 @@ -0,0 +1,21 @@ +# Boost.Geometry +# +# Copyright (c) 2016-2019, Oracle and/or its affiliates. +# +# Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle +# 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 inverse_karney.cpp : : : : formulas_inverse_karney ] + [ run direct.cpp : : : : formulas_direct ] + [ run direct_accuracy.cpp : : : : formulas_direct_accuracy ] + [ run direct_meridian.cpp : : : : formulas_direct_meridian ] + [ run intersection.cpp : : : : formulas_intersection ] + [ run vertex_longitude.cpp : : : : formulas_vertex_longitude ] + ; |