Disable Mac check tests until the work on super layout.

This commit is contained in:
Rene Rivera
2015-01-27 10:22:37 -06:00
parent 211a868b80
commit 44133dce99

View File

@ -55,6 +55,6 @@ test-suite predef :
[ run info_as_objc.m : : : <test-info>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 ] ]
;