mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-23 09:27:15 +02:00
Use the import rule
[SVN r19968]
This commit is contained in:
@ -6,8 +6,7 @@
|
|||||||
|
|
||||||
subproject libs/iterator/test ;
|
subproject libs/iterator/test ;
|
||||||
|
|
||||||
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
|
import testing ;
|
||||||
include testing.jam ;
|
|
||||||
|
|
||||||
test-suite iterator
|
test-suite iterator
|
||||||
:
|
:
|
||||||
@ -32,6 +31,7 @@ test-suite iterator
|
|||||||
[ run counting_iterator_test.cpp ]
|
[ run counting_iterator_test.cpp ]
|
||||||
[ run permutation_iterator_test.cpp : : : # <stlport-iostream>on
|
[ run permutation_iterator_test.cpp : : : # <stlport-iostream>on
|
||||||
]
|
]
|
||||||
|
[ run zip_iterator_test.cpp ]
|
||||||
|
|
||||||
[ run ../../utility/iterator_adaptor_examples.cpp ]
|
[ run ../../utility/iterator_adaptor_examples.cpp ]
|
||||||
[ run ../../utility/counting_iterator_example.cpp ]
|
[ run ../../utility/counting_iterator_example.cpp ]
|
||||||
|
Reference in New Issue
Block a user