• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Boost.Geometry
2#
3# Copyright (c) 2019, Oracle and/or its affiliates.
4#
5# Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
6#
7# Licensed under the Boost Software License version 1.0.
8# http://www.boost.org/LICENSE_1_0.txt)
9
10test-suite boost-geometry-cs_undefined
11    :
12    [ compile distance.cpp        : : csundef_distance ]
13	[ compile envelope_expand.cpp : : csundef_envelope_expand ]
14	[ compile index.cpp           : : csundef_index ]
15	[ compile is.cpp              : : csundef_is ]
16	[ compile measure.cpp         : : csundef_measure ]
17	[ compile other.cpp           : : csundef_other ]
18	[ compile relops1.cpp         : : csundef_relops1 ]
19	[ compile relops2.cpp         : : csundef_relops2 ]
20	[ compile setops.cpp          : : csundef_setops ]
21    ;
22