From 6f2afd458cdc39bd5eb46ba00d9d45a8308f1cea Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Tue, 1 Apr 2008 17:16:04 +0000 Subject: [PATCH] Add 'import testing'. This is necessary so that things work when Boost.Serialization Jamfiles directly depend on some of the config tests. [SVN r43985] --- test/Jamfile.v2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 88ab7077..01638df7 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -11,6 +11,8 @@ # If you need to alter build preferences then set them in # the template defined in options_v2.jam. # +import testing ; + path-constant DOT : . ; include $(DOT)/options_v2.jam ;