Files
iterator/test/Jamfile

9 lines
296 B
Plaintext
Raw Normal View History

2002-11-07 01:26:54 +00:00
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
include testing.jam ;
2003-01-02 17:54:12 +00:00
run concept_tests.cpp ;
2002-11-07 01:26:54 +00:00
run iterator_adaptor_cc.cpp ;
run transform_iterator_test.cpp ;
2002-12-09 18:07:16 +00:00
run indirect_iterator_test.cpp ;
2003-01-12 06:14:18 +00:00
run filter_iterator_test.cpp ;
2002-12-09 18:07:16 +00:00
compile-fail interoperable_fail.cpp ;
compile-fail is_convertible_fail.cpp ;