From a9298ee94f5a8fb3e0301f12677b3a98aba503e2 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 4 Nov 2017 00:36:29 +0200 Subject: [PATCH] Add `import testing ;` to test/Jamfile --- test/Jamfile.v2 | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 28d7beb..d0fc589 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -5,6 +5,7 @@ # Boost Typeof Library test Jamfile +import testing ; import set ; # The special requirement is not ported yet.