Skip to content

Commit 6b8ab7a

Browse files
committed
Conditionalize tests.
1 parent 9039286 commit 6b8ab7a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

test/Jamfile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ rule require-windows ( properties * )
5050
}
5151
}
5252

53+
if [ python.configured ]
54+
{
5355
test-suite python
5456
:
5557

@@ -97,12 +99,16 @@ bpl-test crossmod_exception
9799

98100
[ bpl-test polymorphism2_auto_ptr
99101
: polymorphism2_auto_ptr.py polymorphism2.py polymorphism2_auto_ptr.cpp
102+
: [ requires auto_ptr ]
100103
]
101104

102105
[ bpl-test polymorphism ]
103106
[ bpl-test polymorphism2 ]
104107

105-
[ bpl-test auto_ptr ]
108+
[ bpl-test auto_ptr
109+
: # files
110+
: [ requires auto_ptr ]
111+
]
106112

107113
[ bpl-test minimal ]
108114
[ bpl-test args ]
@@ -248,3 +254,4 @@ bpl-test crossmod_opaque
248254

249255

250256
;
257+
}

0 commit comments

Comments
 (0)