From 583e14413c1df95bd008ef4193ada99fdfd4055f Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 25 Apr 2024 08:28:42 -0500 Subject: [PATCH] Add missing b2 testing module import. --- examples/Jamfile.v2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/Jamfile.v2 b/examples/Jamfile.v2 index 402a94e..4185343 100644 --- a/examples/Jamfile.v2 +++ b/examples/Jamfile.v2 @@ -3,6 +3,8 @@ # subject to the 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 ; + run books.cpp ; run point.cpp ; run portable.cpp ;