Skip to content

Commit

Permalink
Add tests requirements
Browse files Browse the repository at this point in the history
Will wash away failures on unsupported compilers from the regression board
  • Loading branch information
Kojoley committed Mar 18, 2019
1 parent d3c1a2e commit 09c4f96
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)

import ../config/checks/config : requires ;
import os ;

# Travsi CI, AppVeyor
Expand Down Expand Up @@ -35,6 +36,13 @@ project
<toolset>clang,<variant>debug:<cxxflags>"-std=c++11 -pedantic -fstrict-aliasing -Wextra"
<toolset>clang,<variant>release:<cxxflags>"-std=c++11 -pedantic -fstrict-aliasing -Wextra"
$(EXTRA_WARNINGS)
[ requires
cxx11_constexpr
cxx11_defaulted_functions
cxx11_template_aliases
cxx11_trailing_result_types # implies decltype and auto
cxx11_variadic_templates
]
;

variant gil_ubsan_integer
Expand Down

0 comments on commit 09c4f96

Please sign in to comment.