mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 05:55:01 +00:00
Don't use non-existent test projects.
This commit is contained in:
parent
00b503c314
commit
8c27f4edcb
1 changed files with 4 additions and 1 deletions
|
@ -106,7 +106,10 @@ local rule run-tests ( root : tests * )
|
|||
t = [ CALC $(t) + 2 ] ;
|
||||
f = [ CALC $(f) + 2 ] ;
|
||||
}
|
||||
use-project /boost/$(test) : ../$(root)/$(test) ;
|
||||
if [ path.exists ../$(root)/$(test) ]
|
||||
{
|
||||
use-project /boost/$(test) : ../$(root)/$(test) ;
|
||||
}
|
||||
if $(include-test) = y
|
||||
{
|
||||
if $(root) = libs && ( ! ( $(library) in $(libraries) ) )
|
||||
|
|
Loading…
Add table
Reference in a new issue