geometry/test/cs_undefined/Jamfile.v2

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 ]
;