1# Boost.Geometry 2# 3# Copyright (c) 2016-2019, Oracle and/or its affiliates. 4# 5# Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle 6# Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle 7# 8# Use, modification and distribution is subject to the Boost Software License, 9# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 10# http://www.boost.org/LICENSE_1_0.txt) 11 12test-suite boost-geometry-formulas 13 : 14 [ run inverse.cpp : : : : formulas_inverse ] 15 [ run inverse_karney.cpp : : : : formulas_inverse_karney ] 16 [ run direct.cpp : : : : formulas_direct ] 17 [ run direct_accuracy.cpp : : : : formulas_direct_accuracy ] 18 [ run direct_meridian.cpp : : : : formulas_direct_meridian ] 19 [ run intersection.cpp : : : : formulas_intersection ] 20 [ run vertex_longitude.cpp : : : : formulas_vertex_longitude ] 21 ; 22