From 753534ef37ba6811da0280241826ee5f8fdd3f39 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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index 9b0a49db..eb1d67be 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -8,10 +8,9 @@ # the template defined in options.jam. # subproject libs/config/test ; + # bring in the rules for testing -SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; -include testing.jam ; -include $(BOOST_ROOT)/libs/config/test/options.jam ; +import testing ./options ; run config_info.cpp