Merge pull request #25 from boostorg/pull-request/config-test-pthread-rt-flags

Add additional linkflags for no-rtti, no-except runs of config_test.
This commit is contained in:
jzmaddock
2014-06-10 19:18:28 +01:00

View File

@@ -54,6 +54,9 @@ test-suite config
: #input-files
: #requirements
<rtti>off
<target-os>linux:<linkflags>-lpthread
<target-os>linux:<linkflags>-lrt
<toolset>gcc:<linkflags>$(OTHERFLAGS)
: config_test_no_rtti
]
[ run config_test.cpp
@@ -61,6 +64,9 @@ test-suite config
: #input-files
: #requirements
<exception-handling>off
<target-os>linux:<linkflags>-lpthread
<target-os>linux:<linkflags>-lrt
<toolset>gcc:<linkflags>$(OTHERFLAGS)
: config_test_no_except
]
[ run config_info.cpp : : : <test-info>always_show_run_output <threading>single <toolset>msvc:<runtime-link>static <toolset>msvc:<link>static ]