mirror of
https://github.com/boostorg/boost.git
synced 2025-04-17 18:46:14 +00:00
Added Borland fix with right toolset name this time.
[SVN r33013]
This commit is contained in:
parent
05915d3d66
commit
8f81491167
2 changed files with 7 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit aae578b90a3342dadf1032beccdfe01582e06bd4
|
||||
Subproject commit 9cc1f11f7d7ac150d74fa191f47ddd14dbdeee48
|
|
@ -81,7 +81,10 @@ subinclude libs/xpressive/test ; # test-suite xpressive
|
|||
<threading>multi <no-warn>config_test.cpp
|
||||
]
|
||||
[ run libs/config/test/config_info.cpp : : : <test-info>always_show_run_output ]
|
||||
[ run libs/config/test/math_info.cpp : : : <test-info>always_show_run_output <borland><*><runtime-link>static ]
|
||||
[ run libs/config/test/math_info.cpp : : :
|
||||
<test-info>always_show_run_output
|
||||
<borland><*><runtime-link>static
|
||||
<borland-5_6_4><*><runtime-link>static ]
|
||||
[ run libs/config/test/abi/abi_test.cpp libs/config/test/abi/main.cpp ]
|
||||
[ run libs/config/test/limits_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
|
||||
[ run libs/config/test/link/main.cpp <dll>../libs/config/test/link/link_test
|
||||
|
@ -190,3 +193,5 @@ subinclude libs/xpressive/test ; # test-suite xpressive
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue