Files
iterator/test/Jamfile
Dave Abrahams 6141b83c5e filter_iterator
[SVN r850]
2003-01-12 06:14:18 +00:00

9 lines
296 B
Plaintext

SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
include testing.jam ;
run concept_tests.cpp ;
run iterator_adaptor_cc.cpp ;
run transform_iterator_test.cpp ;
run indirect_iterator_test.cpp ;
run filter_iterator_test.cpp ;
compile-fail interoperable_fail.cpp ;
compile-fail is_convertible_fail.cpp ;