From 5e7c100b55165353743aebaab6aa8510b172173a 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] --- Jamfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jamfile b/Jamfile index 0a635af..981731b 100644 --- a/Jamfile +++ b/Jamfile @@ -2,8 +2,7 @@ subproject libs/static_assert ; # bring in the rules for testing -SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; -include testing.jam ; +import testing ; test-suite static_assert : [ run static_assert_test.cpp ]