From 31752171c64a05aaa479bbb467c8ffd6502630a7 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 25 Apr 2024 08:27:47 -0500 Subject: [PATCH] Add missing b2 testing module import. --- example/Jamfile.v2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/Jamfile.v2 b/example/Jamfile.v2 index 0ba75ac..a3766b9 100644 --- a/example/Jamfile.v2 +++ b/example/Jamfile.v2 @@ -11,6 +11,8 @@ # Boost Software License, Version 1.0. (See accompanying file # LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +import testing ; + # this rule enumerates through all the sources and invokes # 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: