mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-30 04:47:20 +02:00
Move from boost-sandbox
[SVN r18960]
This commit is contained in:
14
test/Jamfile
Normal file
14
test/Jamfile
Normal file
@ -0,0 +1,14 @@
|
||||
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
|
||||
include testing.jam ;
|
||||
run unit_tests.cpp ;
|
||||
run concept_tests.cpp ;
|
||||
run iterator_adaptor_cc.cpp ;
|
||||
run iterator_adaptor_test.cpp ;
|
||||
compile iterator_archetype_cc.cpp ;
|
||||
run transform_iterator_test.cpp ;
|
||||
run indirect_iterator_test.cpp ;
|
||||
run filter_iterator_test.cpp ;
|
||||
run reverse_iterator_test.cpp ;
|
||||
run counting_iterator_test.cpp ;
|
||||
run is_convertible_fail.cpp ; # test changed to expected success, so that we catch compilation failures.
|
||||
compile-fail interoperable_fail.cpp ;
|
Reference in New Issue
Block a user