Conditionalize tests.
This commit is contained in:
parent
9039286937
commit
6b8ab7a5a3
@ -50,6 +50,8 @@ rule require-windows ( properties * )
|
||||
}
|
||||
}
|
||||
|
||||
if [ python.configured ]
|
||||
{
|
||||
test-suite python
|
||||
:
|
||||
|
||||
@ -97,12 +99,16 @@ bpl-test crossmod_exception
|
||||
|
||||
[ bpl-test polymorphism2_auto_ptr
|
||||
: polymorphism2_auto_ptr.py polymorphism2.py polymorphism2_auto_ptr.cpp
|
||||
: [ requires auto_ptr ]
|
||||
]
|
||||
|
||||
[ bpl-test polymorphism ]
|
||||
[ bpl-test polymorphism2 ]
|
||||
|
||||
[ bpl-test auto_ptr ]
|
||||
[ bpl-test auto_ptr
|
||||
: # files
|
||||
: [ requires auto_ptr ]
|
||||
]
|
||||
|
||||
[ bpl-test minimal ]
|
||||
[ bpl-test args ]
|
||||
@ -248,3 +254,4 @@ bpl-test crossmod_opaque
|
||||
|
||||
|
||||
;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user