From 631dd730384a8a22b9dcf18abb698431a3f9c80b Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Tue, 9 Jun 2015 16:07:44 -0500 Subject: [PATCH] Change to get a "true" && "false" check result. --- test/build.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/build.jam b/test/build.jam index b9eb9f1..62e3b90 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_WINDOWS == 0" : : -DCHECK_VALUE=true : -DCHECK_VALUE=false ] ] + [ predef-check "BOOST_COMP_CLANG > 0" "BOOST_OS_LINUX == 0" : : -DCHECK_VALUE=true : -DCHECK_VALUE=false ] ] ; # Minimal testing done for predef for CI. Since