mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 14:05:01 +00:00
Less greedy about declaring tests.
Only declared tests that are filtered in for actual testing.
This commit is contained in:
parent
da496a25a8
commit
187488ba8c
1 changed files with 4 additions and 4 deletions
|
@ -106,12 +106,12 @@ local rule run-tests ( root : tests * )
|
|||
t = [ CALC $(t) + 2 ] ;
|
||||
f = [ CALC $(f) + 2 ] ;
|
||||
}
|
||||
if [ path.exists ../$(root)/$(test) ]
|
||||
{
|
||||
use-project /boost/$(test) : ../$(root)/$(test) ;
|
||||
}
|
||||
if $(include-test) = y
|
||||
{
|
||||
if [ path.exists ../$(root)/$(test) ]
|
||||
{
|
||||
use-project /boost/$(test) : ../$(root)/$(test) ;
|
||||
}
|
||||
if $(root) = libs && ( ! ( $(library) in $(libraries) ) )
|
||||
{
|
||||
libraries += $(library) ;
|
||||
|
|
Loading…
Add table
Reference in a new issue