From 0f88de3d88fc57fd6af5c216f8a105cbebc50c3e Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 8 Aug 2007 19:09:45 +0000 Subject: [PATCH] Update [SVN r38519] --- example/Jamfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/example/Jamfile b/example/Jamfile index f21072f..f6f7f66 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -1,12 +1,6 @@ # Copyright David Abrahams 2006. Distributed under the Boost # Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -subproject libs/iterator/example ; - -import testing ; - -# Make tests run by default. -DEPENDS all : test ; test-suite iterator_examples : [ run reverse_iterator.cpp ]