From 2919144a412b4ae35441436391cd9de3362d0533 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 4 May 2024 23:28:24 -0500 Subject: [PATCH] Add missing import-search for cconfig/predef checks. --- test/Jamfile.v2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 27971209..3c1bcce0 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -22,6 +22,7 @@ project import modules ; +import-search /boost/config/checks ; import config : requires ; local is_unix = [ modules.peek : UNIX ] ; @@ -102,7 +103,7 @@ test-suite config single BOOST_DYN_LINK=1 BOOST_CONFIG_NO_LIB=1 - vxworks:shared + vxworks:shared : config_link_test ]