summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2017-05-29 15:56:36 -0500
committerPeter Dimov <pdimov@pdimov.com>2017-09-08 19:20:33 +0300
commit9fce53724e96b07a507cc3094fb4eb6bb3889c0e (patch)
treed48cd9575d730131c8d333a458ca03c14439b1df /status
parent089f278372a5d3feafff0d84fe01a84f707aa0dd (diff)
downloadboost-9fce53724e96b07a507cc3094fb4eb6bb3889c0e.tar.gz
Less greedy about declaring tests.
Only declared tests that are filtered in for actual testing.
Diffstat (limited to 'status')
-rw-r--r--status/Jamfile.v28
1 files changed, 4 insertions, 4 deletions
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) ;