summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
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) ;