2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-14 13:12:10 +00:00

Support for build with no exceptions

This commit is contained in:
Gennadiy Rozental
2015-07-08 00:49:31 -04:00
parent 374ccc8a4e
commit fc2083eca2
21 changed files with 173 additions and 71 deletions

View File

@@ -33,6 +33,11 @@ rule boost.test-self-test ( test-rule : test-suite : test-name : usage-variant ?
<toolset>clang:<cxxflags>-std=c++11
# <toolset>clang:<cxxflags>-Wconversion
# <toolset>clang:<cxxflags>-Wno-sign-conversion
# <toolset>gcc:<cxxflags>-E
# <toolset>gcc:<cxxflags>-fno-exceptions
# <toolset>gcc:<cxxflags>-DBOOST_NO_EXCEPTION
# <toolset>clang:<cxxflags>-fno-exceptions
# <toolset>clang:<cxxflags>-DBOOST_NO_EXCEPTION
<warnings>all
$(extra-options)
: $(test-name)