[test] Add /bigobj compiler flag for all tests run on windows with intel compiler.

This commit is contained in:
Adam Wulkiewicz 2015-03-24 01:25:50 +01:00
parent 0115da1dd3
commit 4ecb443891
5 changed files with 8 additions and 2 deletions

View File

@ -15,13 +15,15 @@ project boost-geometry-index-test
<include>../../test # libs/geometry/test
#<include>../../../../boost/geometry/extensions/contrib/ttmath
<toolset>msvc:<asynch-exceptions>on
<toolset>msvc:<cxxflags>/bigobj
<host-os>windows,<toolset>intel:<cxxflags>/bigobj
<library>/boost/timer//boost_timer
;
test-suite boost-geometry-index-varray
:
[ run varray_old.cpp ]
[ run varray.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
[ run varray.cpp ]
;
build-project algorithms ;

View File

@ -17,6 +17,7 @@ rule test_all
: # test-files
: # requirements
<toolset>msvc:<cxxflags>/bigobj
<host-os>windows,<toolset>intel:<cxxflags>/bigobj
] ;
}

View File

@ -17,6 +17,7 @@ rule test_all
: # test-files
: # requirements
<toolset>msvc:<cxxflags>/bigobj
<host-os>windows,<toolset>intel:<cxxflags>/bigobj
] ;
}

View File

@ -23,7 +23,8 @@ rule test_all
<toolset>gcc,<target-os>windows:<linkflags>"-lole32 -loleaut32 -lpsapi -ladvapi32"
<host-os>windows,<toolset>clang:<linkflags>"-lole32 -loleaut32 -lpsapi -ladvapi32"
<toolset>msvc:<cxxflags>/bigobj
<host-os>linux:<linkflags>"-lrt"
<host-os>windows,<toolset>intel:<cxxflags>/bigobj
<host-os>linux:<linkflags>"-lrt"
] ;
}

View File

@ -18,6 +18,7 @@ project boost-geometry-test
<toolset>msvc:<asynch-exceptions>on
<toolset>msvc:<cxxflags>/bigobj
<toolset>clang:<cxxflags>-Wno-unneeded-internal-declaration # supress warning by Boost.None
<host-os>windows,<toolset>intel:<cxxflags>/bigobj
;
build-project core ;