Less greedy about declaring tests.

Only declared tests that are filtered in for actual testing.
This commit is contained in:
Rene Rivera 2017-05-29 15:56:36 -05:00 committed by GitHub
parent da496a25a8
commit 187488ba8c

View file

@ -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) ;