2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

Conditionalize tests.

This commit is contained in:
Stefan Seefeld
2018-03-09 13:08:07 -05:00
parent 9039286937
commit 6b8ab7a5a3

View File

@@ -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
;
}