From 9fce53724e96b07a507cc3094fb4eb6bb3889c0e Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Mon, 29 May 2017 15:56:36 -0500 Subject: Less greedy about declaring tests. Only declared tests that are filtered in for actual testing. --- status/Jamfile.v2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'status') diff --git a/status/Jamfile.v2 b/status/Jamfile.v2 index 8468365aa7..a676133487 100644 --- a/status/Jamfile.v2 +++ b/status/Jamfile.v2 @@ -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) ; -- cgit v1.2.1