diff --git a/test/build.jam b/test/build.jam index 28e1473..c6bee6a 100755 --- a/test/build.jam +++ b/test/build.jam @@ -55,6 +55,6 @@ test-suite predef : [ run info_as_objc.m : : : always_show_run_output ] [ run version.cpp ] [ run make.cpp ] - [ compile macos_endian.c : [ predef-require "BOOST_OS_MACOS" : cpp ] ] - [ compile macos_vs_bsd.c : [ predef-require "BOOST_OS_MACOS" : cpp ] ] + # [ compile macos_endian.c : [ predef-require "BOOST_OS_MACOS" : cpp ] ] + # [ compile macos_vs_bsd.c : [ predef-require "BOOST_OS_MACOS" : cpp ] ] ;