[test] Remove bigobj flag from Jamfiles

now that it is defined in the upper level
This commit is contained in:
Barend Gehrels 2015-03-21 13:03:42 +01:00
parent a6ad1be145
commit 90fcd83f30
11 changed files with 53 additions and 53 deletions

View File

@ -16,21 +16,21 @@
test-suite boost-geometry-algorithms
:
[ run append.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run area.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run append.cpp ]
[ run area.cpp ]
[ run assign.cpp ]
[ run buffer.cpp ]
[ run centroid.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run comparable_distance.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run convex_hull.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run correct.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run convert.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run envelope.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run centroid.cpp ]
[ run comparable_distance.cpp ]
[ run convex_hull.cpp ]
[ run correct.cpp ]
[ run convert.cpp ]
[ run envelope.cpp ]
[ run expand.cpp ]
[ run for_each.cpp ]
[ run is_simple.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run is_valid.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run is_valid_failure.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run is_simple.cpp ]
[ run is_valid.cpp ]
[ run is_valid_failure.cpp ]
[ run length.cpp ]
[ run make.cpp ]
[ run multi_area.cpp ]

View File

@ -14,13 +14,13 @@ project boost-geometry-algorithms-buffer
test-suite boost-geometry-algorithms-buffer
:
[ run point_buffer.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <toolset>msvc:<cxxflags>/bigobj ]
[ run linestring_buffer.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <toolset>msvc:<cxxflags>/bigobj ]
[ run polygon_buffer.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <toolset>msvc:<cxxflags>/bigobj ]
[ run multi_point_buffer.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <toolset>msvc:<cxxflags>/bigobj ]
[ run multi_linestring_buffer.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <toolset>msvc:<cxxflags>/bigobj ]
[ run multi_polygon_buffer.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <toolset>msvc:<cxxflags>/bigobj ]
[ run aimes_linestring_buffer.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <toolset>msvc:<cxxflags>/bigobj ]
# [ run country_buffer.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <toolset>msvc:<cxxflags>/bigobj ] # Uncomment if you want to test this manually; requires access to data/ folder
[ run point_buffer.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE ]
[ run linestring_buffer.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE ]
[ run polygon_buffer.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE ]
[ run multi_point_buffer.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE ]
[ run multi_linestring_buffer.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE ]
[ run multi_polygon_buffer.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE ]
[ run aimes_linestring_buffer.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE ]
# [ run country_buffer.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE ] # Uncomment if you want to test this manually; requires access to data/ folder
;

View File

@ -16,9 +16,9 @@
test-suite boost-geometry-algorithms-distance
:
[ run distance.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run distance_areal_areal.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run distance_linear_areal.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run distance.cpp ]
[ run distance_areal_areal.cpp ]
[ run distance_linear_areal.cpp ]
[ run distance_linear_linear.cpp ]
[ run distance_pointlike_areal.cpp ]
[ run distance_pointlike_linear.cpp ]

View File

@ -16,7 +16,7 @@
test-suite boost-geometry-algorithms-overlay
:
[ run assemble.cpp ]
[ run ccw_traverse.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run ccw_traverse.cpp ]
[ run get_turn_info.cpp ]
[ run get_turns.cpp ]
[ run get_turns_areal_areal.cpp ]

View File

@ -16,16 +16,16 @@
test-suite boost-geometry-algorithms-relational
:
[ run covered_by.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run crosses.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run equals.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run intersects.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run multi_covered_by.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run multi_equals.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run multi_intersects.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run multi_touches.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run overlaps.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run touches.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run covered_by.cpp ]
[ run crosses.cpp ]
[ run equals.cpp ]
[ run intersects.cpp ]
[ run multi_covered_by.cpp ]
[ run multi_equals.cpp ]
[ run multi_intersects.cpp ]
[ run multi_touches.cpp ]
[ run overlaps.cpp ]
[ run touches.cpp ]
;
build-project disjoint ;

View File

@ -16,7 +16,7 @@
test-suite boost-geometry-algorithms-disjoint
:
[ run disjoint.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run disjoint_coverage.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run multi_disjoint.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run disjoint.cpp ]
[ run disjoint_coverage.cpp ]
[ run multi_disjoint.cpp ]
;

View File

@ -16,8 +16,8 @@
test-suite boost-geometry-algorithms-relate
:
[ run relate_areal_areal.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run relate_linear_areal.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run relate_linear_linear.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run relate_pointlike_xxx.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run relate_areal_areal.cpp ]
[ run relate_linear_areal.cpp ]
[ run relate_linear_linear.cpp ]
[ run relate_pointlike_xxx.cpp ]
;

View File

@ -16,10 +16,10 @@
test-suite boost-geometry-algorithms-within
:
[ run multi_within.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run within.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run within_areal_areal.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run within_linear_areal.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run within_linear_linear.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run within_pointlike_xxx.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run multi_within.cpp ]
[ run within.cpp ]
[ run within_areal_areal.cpp ]
[ run within_linear_areal.cpp ]
[ run within_linear_linear.cpp ]
[ run within_pointlike_xxx.cpp ]
;

View File

@ -16,9 +16,9 @@
test-suite boost-geometry-algorithms-difference
:
[ run difference.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <toolset>msvc:<cxxflags>/bigobj ]
[ run difference.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE ]
[ run difference_linear_linear.cpp ]
[ run difference_pl_pl.cpp ]
[ run multi_difference.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <toolset>msvc:<cxxflags>/bigobj ]
[ run multi_difference_spike.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <toolset>msvc:<cxxflags>/bigobj ]
[ run multi_difference.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE ]
[ run multi_difference_spike.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE ]
;

View File

@ -16,8 +16,8 @@
test-suite boost-geometry-algorithms-intersection
:
[ run intersection.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <toolset>msvc:<cxxflags>/bigobj ]
[ run intersection.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE ]
[ run intersection_linear_linear.cpp ]
[ run intersection_pl_pl.cpp ]
[ run multi_intersection.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <toolset>msvc:<cxxflags>/bigobj ]
[ run multi_intersection.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE ]
;

View File

@ -16,8 +16,8 @@
test-suite boost-geometry-algorithms-union
:
[ run multi_union.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <toolset>msvc:<cxxflags>/bigobj ]
[ run union.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE <toolset>msvc:<cxxflags>/bigobj ]
[ run multi_union.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE ]
[ run union.cpp : : : <define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE ]
[ run union_linear_linear.cpp ]
[ run union_pl_pl.cpp ]
;