From 9ee2e2953c51df14653a555dcd0499f73d704e34 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sat, 31 May 2025 16:18:13 +0300 Subject: [PATCH] Check for native atomic int32 in tests. If native atomic int32 is not supported, Boost.Log disables IPC utilities, so make a similar check in tests Jamfile to disable the corresponding tests. --- test/Jamfile.v2 | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index fe60de1..a685dff 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -16,6 +16,7 @@ import ../build/log-build-config ; project : requirements @log-platform-config.set-platform-defines + @log-build-config.check-atomic-int32 # sets BOOST_LOG_WITHOUT_IPC if native atomic int32 is not supported @log-build-config.check-regex-header-only common