diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 1a5683b0..04f74bd8 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -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 ! windows in $(properties) + { + return no ; + } +} + +[ bpl-test calling_conventions : : @require-windows ] +[ bpl-test calling_conventions_mf : : @require-windows ] # --- unit tests of library components ---