mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-13 00:22:10 +00:00
Merge pull request #8 from mkaravel/feature/setops
[test][algorithms] modify Jamfile to work with unit tests for P/P and L/L set ops
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
import testing ;
|
||||
|
||||
test-suite boost-geometry-algorithms
|
||||
:
|
||||
[ run append.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
|
||||
@@ -27,8 +29,8 @@ test-suite boost-geometry-algorithms
|
||||
[ run covered_by.cpp ]
|
||||
[ run crosses.cpp ]
|
||||
[ run difference.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <toolset>msvc:<cxxflags>/bigobj ]
|
||||
[ run difference_linear_linear.cpp ]
|
||||
[ run difference_pl_pl.cpp ]
|
||||
[ run difference_linear_linear.cpp /boost/test//boost_unit_test_framework ]
|
||||
[ run difference_pl_pl.cpp /boost/test//boost_unit_test_framework ]
|
||||
[ run disjoint.cpp ]
|
||||
[ run distance.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
|
||||
[ run envelope.cpp ]
|
||||
@@ -36,8 +38,8 @@ test-suite boost-geometry-algorithms
|
||||
[ run expand.cpp ]
|
||||
[ run for_each.cpp ]
|
||||
[ run intersection.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <toolset>msvc:<cxxflags>/bigobj ]
|
||||
[ run intersection_linear_linear.cpp ]
|
||||
[ run intersection_pl_pl.cpp ]
|
||||
[ run intersection_linear_linear.cpp /boost/test//boost_unit_test_framework ]
|
||||
[ run intersection_pl_pl.cpp /boost/test//boost_unit_test_framework ]
|
||||
[ run intersects.cpp ]
|
||||
[ run length.cpp ]
|
||||
[ run make.cpp ]
|
||||
@@ -48,12 +50,12 @@ test-suite boost-geometry-algorithms
|
||||
[ run remove_spikes.cpp ]
|
||||
[ run reverse.cpp ]
|
||||
[ run simplify.cpp ]
|
||||
[ run sym_difference_linear_linear.cpp ]
|
||||
[ run sym_difference_linear_linear.cpp /boost/test//boost_unit_test_framework ]
|
||||
[ run touches.cpp ]
|
||||
[ run transform.cpp ]
|
||||
[ run union.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE ]
|
||||
[ run union_linear_linear.cpp ]
|
||||
[ run union_pl_pl.cpp ]
|
||||
[ run union_linear_linear.cpp /boost/test//boost_unit_test_framework ]
|
||||
[ run union_pl_pl.cpp /boost/test//boost_unit_test_framework ]
|
||||
[ run unique.cpp ]
|
||||
[ run within.cpp ]
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user