From 58c118b2d1ec865e94461792b958280ccb938c80 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 25 Apr 2024 08:49:08 -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 79c9693..6f349b7 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: