From e9e57220493ddc77bc6b45174d8df6e5196e0591 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 25 Jul 2024 23:30:00 -0500 Subject: [PATCH] Switch to /boost/test//included target for header only mode of Boost.Test. --- test/v1/Jamfile.jam | 2 +- test/v2/Jamfile.jam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/v1/Jamfile.jam b/test/v1/Jamfile.jam index 4115badc6..cefa307e6 100644 --- a/test/v1/Jamfile.jam +++ b/test/v1/Jamfile.jam @@ -23,7 +23,7 @@ project : requirements linux:-lpthread NT,cw:ws2_32 NT,gcc:ws2_32 - /boost/test//boost_test + /boost/test//included ; diff --git a/test/v2/Jamfile.jam b/test/v2/Jamfile.jam index 0049d4434..87e44385b 100644 --- a/test/v2/Jamfile.jam +++ b/test/v2/Jamfile.jam @@ -28,7 +28,7 @@ project : requirements NT,gcc:Bcrypt BOOST_PROCESS_V2_SEPARATE_COMPILATION=1 static - /boost/test//boost_test + /boost/test//included ; import testing ;