Use the import rule

[SVN r19968]
This commit is contained in:
Dave Abrahams
2003-09-08 17:38:49 +00:00
parent abafc5d1be
commit 3f49409843

View File

@ -6,8 +6,7 @@
subproject libs/iterator/test ;
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
include testing.jam ;
import testing ;
test-suite iterator
:
@ -32,6 +31,7 @@ test-suite iterator
[ run counting_iterator_test.cpp ]
[ run permutation_iterator_test.cpp : : : # <stlport-iostream>on
]
[ run zip_iterator_test.cpp ]
[ run ../../utility/iterator_adaptor_examples.cpp ]
[ run ../../utility/counting_iterator_example.cpp ]