mirror of
https://github.com/boostorg/iterator.git
synced 2026-01-31 10:29:22 +01:00
5 lines
164 B
Plaintext
5 lines
164 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 ; |