From 0ba0ff8ce3886e9475a67e5d454dda063c317833 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 5586575..587a493 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -15,8 +15,7 @@ subproject libs/optional/test ; # bring in rules for testing -SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; -include testing.jam ; +import testing ; # Make tests run by default. DEPENDS all : test ;