forked from boostorg/config
Add additional linkflags for no-rtti, no-except runs of config_test.
This commit is contained in:
@ -54,6 +54,9 @@ test-suite config
|
|||||||
: #input-files
|
: #input-files
|
||||||
: #requirements
|
: #requirements
|
||||||
<rtti>off
|
<rtti>off
|
||||||
|
<target-os>linux:<linkflags>-lpthread
|
||||||
|
<target-os>linux:<linkflags>-lrt
|
||||||
|
<toolset>gcc:<linkflags>$(OTHERFLAGS)
|
||||||
: config_test_no_rtti
|
: config_test_no_rtti
|
||||||
]
|
]
|
||||||
[ run config_test.cpp
|
[ run config_test.cpp
|
||||||
@ -61,6 +64,9 @@ test-suite config
|
|||||||
: #input-files
|
: #input-files
|
||||||
: #requirements
|
: #requirements
|
||||||
<exception-handling>off
|
<exception-handling>off
|
||||||
|
<target-os>linux:<linkflags>-lpthread
|
||||||
|
<target-os>linux:<linkflags>-lrt
|
||||||
|
<toolset>gcc:<linkflags>$(OTHERFLAGS)
|
||||||
: config_test_no_except
|
: 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 ]
|
[ run config_info.cpp : : : <test-info>always_show_run_output <threading>single <toolset>msvc:<runtime-link>static <toolset>msvc:<link>static ]
|
||||||
|
Reference in New Issue
Block a user