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 ]