diff --git a/test/Jamfile b/test/Jamfile index 34658ee..e50c813 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -64,10 +64,10 @@ import testing ; # Custom calling conventions - [ compile custom_ccs/nonmember_ccs.cpp ] - [ compile custom_ccs/nonmember_ccs_exact.cpp ] - [ compile custom_ccs/member_ccs.cpp ] - [ compile custom_ccs/member_ccs_exact.cpp ] + [ compile custom_ccs/nonmember_ccs.cpp : 64:no ] + [ compile custom_ccs/nonmember_ccs_exact.cpp : 64:no ] + [ compile custom_ccs/member_ccs.cpp : 64:no ] + [ compile custom_ccs/member_ccs_exact.cpp : 64:no ] # Code from the examples