2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-30 20:12:37 +00:00

libs/python/test/Jamfile.v2: compile calling_conventions tests only under Windows, following Valdimir Prus' instructions (boost mailing list)

[SVN r61053]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2010-04-04 21:03:33 +00:00
parent 6d4be7ab3a
commit a7c16bf695

View File

@@ -184,8 +184,16 @@ bpl-test crossmod_opaque
# bpl-test bienstman5 ;
# }
[ bpl-test calling_conventions ]
[ bpl-test calling_conventions_mf ]
rule require-windows ( properties * )
{
if ! <target-os>windows in $(properties)
{
return <build>no ;
}
}
[ bpl-test calling_conventions : : <conditional>@require-windows ]
[ bpl-test calling_conventions_mf : : <conditional>@require-windows ]
# --- unit tests of library components ---