Files
boost_iterator/test/Jamfile
T
2002-12-09 18:07:16 +00:00

7 lines
241 B
Plaintext

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