We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9039286 commit 6b8ab7aCopy full SHA for 6b8ab7a
test/Jamfile
@@ -50,6 +50,8 @@ rule require-windows ( properties * )
50
}
51
52
53
+if [ python.configured ]
54
+{
55
test-suite python
56
:
57
@@ -97,12 +99,16 @@ bpl-test crossmod_exception
97
99
98
100
[ bpl-test polymorphism2_auto_ptr
101
: polymorphism2_auto_ptr.py polymorphism2.py polymorphism2_auto_ptr.cpp
102
+ : [ requires auto_ptr ]
103
]
104
105
[ bpl-test polymorphism ]
106
[ bpl-test polymorphism2 ]
107
-[ bpl-test auto_ptr ]
108
+[ bpl-test auto_ptr
109
+ : # files
110
111
+]
112
113
[ bpl-test minimal ]
114
[ bpl-test args ]
@@ -248,3 +254,4 @@ bpl-test crossmod_opaque
248
254
249
255
250
256
;
257
+}
0 commit comments