From 25b687d6b2fde5cd5eaa6cd3a89a094fcb2e054e Mon Sep 17 00:00:00 2001 From: Christophe Henry Date: Sat, 20 Jan 2024 19:34:10 +0100 Subject: [PATCH] another try at jamfile --- test/Jamfile.v2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index f12f0d4..1c7c845 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -6,7 +6,10 @@ # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) +# bring in rules for testing import testing ; +import os ; +import ../../config/checks/config : requires ; project msm :