From 525ddf3acebcdf38f65ffd34fde3a5715abe1c5d Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 3 Aug 2024 17:20:28 -0500 Subject: [PATCH] Update build deps. --- test/Jamfile.v2 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index cd0cdf9..3699df6 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -2,9 +2,9 @@ # Copyright (C) 2002-2003 Douglas Gregor -# Use, modification and distribution is subject to the Boost Software License, -# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# Use, modification and distribution is subject to the Boost Software License, +# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at +# http://www.boost.org/LICENSE_1_0.txt) # For more information, see http://www.boost.org/ @@ -15,6 +15,8 @@ import testing ; path-constant self : . ; +project : requirements /boost/logic//boost_logic ; + rule test-expected-failures { local all_rules = ; @@ -53,7 +55,7 @@ rule test-header-isolation return $(all_rules) ; } - test-suite logic : + test-suite logic : [ test-expected-failures ] [ test-header-isolation ] [ run tribool_test.cpp ]