From d77608cf708c0c7cc3911ee70abbb2279c17576a Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Tue, 9 Jun 2015 22:31:53 -0500 Subject: [PATCH] Check if having only one property causes problems with the checks. --- test/build.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/build.jam b/test/build.jam index 62e3b90..1ac1f58 100755 --- a/test/build.jam +++ b/test/build.jam @@ -58,7 +58,7 @@ test-suite predef : [ 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 : : : always_show_run_output - [ predef-check "BOOST_COMP_CLANG > 0" "BOOST_OS_LINUX == 0" : : -DCHECK_VALUE=true : -DCHECK_VALUE=false ] ] + [ predef-check "BOOST_COMP_CLANG > 0" "BOOST_OS_LINUX == 0" : : -DCHECK_VALUE=true ] ] ; # Minimal testing done for predef for CI. Since