diff --git a/test/build.jam b/test/build.jam index b760f90..d488349 100755 --- a/test/build.jam +++ b/test/build.jam @@ -57,5 +57,6 @@ test-suite predef : [ run make.cpp ] [ compile macos_endian.c : [ predef-require "BOOST_OS_MACOS" : cpp ] ] [ compile macos_vs_bsd.c : [ predef-require "BOOST_OS_MACOS" : cpp ] ] - #[ run check_value.cpp : : : [ predef-check "BOOST_COMP_CLANG >= 4.0" "BOOST_OS_MACOS == 0" : : -DCHECK_VALUE=true : -DCHECK_VALUE=false ] ] + [ run check_value.cpp : : : always_show_run_output + [ predef-check "BOOST_COMP_GNUC >= 4.3" "BOOST_OS_QNX == 0" : : -DCHECK_VALUE=true : -DCHECK_VALUE=false ] ] ;