From f2abb5931bc492334f4d27ec7d76d9d7806f0d08 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 daddb02..0a332e4 100644 --- a/Jamfile +++ b/Jamfile @@ -1,7 +1,6 @@ subproject libs/concept_check ; -SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; -include testing.jam ; +import testing ; compile stl_concept_covering.cpp ; compile concept_check_test.cpp ;