From e2dcbb58cc43a59ff5841c816c19932d9be879da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Thu, 11 Dec 2025 15:24:19 +0100 Subject: [PATCH] Add "import testing ;" to bench --- bench/Jamfile.v2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bench/Jamfile.v2 b/bench/Jamfile.v2 index 8c416ed..32ffbe3 100644 --- a/bench/Jamfile.v2 +++ b/bench/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 ; + rule test_all { local all_rules = ;