From 0dec25945ac7e7887aba30483796c8430b1dd1ca Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Tue, 26 May 2015 10:49:24 -0500 Subject: [PATCH] Add check test to debug failing VMD option tests. --- test/build.jam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ] ] ;