From 7888b48ac2fed0ed15bf9345403c5972460b5c0e 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 +-- test/aux_/Jamfile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index a288174..67951c8 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -1,8 +1,7 @@ subproject libs/mpl/test ; # bring in rules for testing -SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; -include testing.jam ; +import testing ; compile advance.cpp ; compile always.cpp ; diff --git a/test/aux_/Jamfile b/test/aux_/Jamfile index 0186c40..1106e07 100644 --- a/test/aux_/Jamfile +++ b/test/aux_/Jamfile @@ -1,8 +1,7 @@ subproject libs/mpl/test/aux_ ; # bring in rules for testing -SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; -include testing.jam ; +import testing ; compile debug_print.cpp ; compile has_rebind.cpp ;