Add additional linkflags for no-rtti, no-except runs of config_test.

This commit is contained in:
Peter Dimov
2014-06-09 01:23:50 +03:00
parent 97618dc66a
commit 7948d33e78

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 ]