From df11683ba2f3417cf5503e9258a19afe18e31ec6 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 8 Sep 2003 17:38:49 +0000 Subject: [PATCH] Use the import rule [SVN r19968] --- test/Jamfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index e038679..97f2463 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -2,8 +2,7 @@ subproject libs/type_traits/test ; # bring in the rules for testing -SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; -include testing.jam ; +import testing ; rule type-traits-run ( sources + ) {