From 7db1681063d5cfcd816d7affdb41c2ad1743144b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Thu, 11 Dec 2025 15:24:04 +0100 Subject: [PATCH] Add missing "import testing" --- test/Jamfile.v2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index d22a419..fd45b0c 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -15,6 +15,8 @@ # the run rule for each source, the result is a list of all # the run rules, which we can pass on to the test_suite rule: +import testing ; + project : requirements /boost/interprocess//boost_interprocess #/boost/date_time//boost_date_time