We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fdc127 commit 36d8832Copy full SHA for 36d8832
test/Jamfile
@@ -25,13 +25,13 @@ project
25
26
<toolset>msvc:<warnings-as-errors>on
27
<toolset>gcc:<warnings-as-errors>on
28
- <toolset>clang,<os>!NT:<warnings-as-errors>on
29
- # !NT because it causes errors when builting unit-test
+ <toolset>clang,<target-os>linux:<warnings-as-errors>on
+ <toolset>clang,<target-os>darwin:<warnings-as-errors>on
30
;
31
32
alias unit_test_framework
33
: # sources
34
- /boost/test//boost_unit_test_framework
+ /boost/test//boost_unit_test_framework/<warnings>off
35
36
37
for local src in [ glob test_*.cpp ]
0 commit comments