Files
geometry/test/cs_undefined/Jamfile
Mateusz Łoskot 96db897fc5 Rename Jamfile.v2 to Jamfile (#679)
There is no reason to maintain the legacy .v2 file extension,
which is unnecessary clutter, may be confusing.
2020-03-08 23:50:18 +01:00

22 lines
773 B
Plaintext

# Boost.Geometry
#
# Copyright (c) 2019, Oracle and/or its affiliates.
#
# Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
#
# Licensed under the Boost Software License version 1.0.
# http://www.boost.org/LICENSE_1_0.txt)
test-suite boost-geometry-cs_undefined
:
[ compile distance.cpp : : csundef_distance ]
[ compile envelope_expand.cpp : : csundef_envelope_expand ]
[ compile index.cpp : : csundef_index ]
[ compile is.cpp : : csundef_is ]
[ compile measure.cpp : : csundef_measure ]
[ compile other.cpp : : csundef_other ]
[ compile relops1.cpp : : csundef_relops1 ]
[ compile relops2.cpp : : csundef_relops2 ]
[ compile setops.cpp : : csundef_setops ]
;