mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-31 11:57:15 +02:00
Add the -Wsign-promo flag to the unordered tests on gcc.
[SVN r38566]
This commit is contained in:
@@ -8,6 +8,7 @@ import testing ;
|
|||||||
project unordered-test/container
|
project unordered-test/container
|
||||||
: requirements
|
: requirements
|
||||||
<toolset>intel-linux:"<cxxflags>-strict_ansi -cxxlib-icc"
|
<toolset>intel-linux:"<cxxflags>-strict_ansi -cxxlib-icc"
|
||||||
|
<toolset>gcc:<cxxflags>-Wsign-promo
|
||||||
;
|
;
|
||||||
|
|
||||||
test-suite container-tests
|
test-suite container-tests
|
||||||
|
@@ -11,6 +11,7 @@ alias framework : /boost/test//boost_unit_test_framework ;
|
|||||||
project unordered-test/exception-tests
|
project unordered-test/exception-tests
|
||||||
: requirements
|
: requirements
|
||||||
<toolset>intel-linux:"<cxxflags>-strict_ansi -cxxlib-icc"
|
<toolset>intel-linux:"<cxxflags>-strict_ansi -cxxlib-icc"
|
||||||
|
<toolset>gcc:<cxxflags>-Wsign-promo
|
||||||
;
|
;
|
||||||
|
|
||||||
test-suite unordered-tests
|
test-suite unordered-tests
|
||||||
|
@@ -8,6 +8,7 @@ import testing ;
|
|||||||
project unordered-test/unordered
|
project unordered-test/unordered
|
||||||
: requirements
|
: requirements
|
||||||
<toolset>intel-linux:"<cxxflags>-strict_ansi -cxxlib-icc"
|
<toolset>intel-linux:"<cxxflags>-strict_ansi -cxxlib-icc"
|
||||||
|
<toolset>gcc:<cxxflags>-Wsign-promo
|
||||||
;
|
;
|
||||||
|
|
||||||
test-suite unordered-tests
|
test-suite unordered-tests
|
||||||
|
Reference in New Issue
Block a user