mirror of
https://github.com/boostorg/iterator.git
synced 2026-01-29 09:40:07 +01:00
8 lines
265 B
Plaintext
8 lines
265 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 ;
|
|
compile-fail interoperable_fail.cpp ;
|
|
compile-fail is_convertible_fail.cpp ; |