forked from boostorg/fusion
experimental segmented Fusion support
[SVN r35493]
This commit is contained in:
@ -95,3 +95,17 @@ import testing ;
|
||||
;
|
||||
}
|
||||
|
||||
{
|
||||
# Text for extension features, must be explicitly specified on the command line to be run
|
||||
# TODO these are not in a test-suite because currently test-suites cannot be marked "explicit"
|
||||
|
||||
run algorithm/ext_/for_each_s.cpp ;
|
||||
explicit for_each_s ;
|
||||
|
||||
run algorithm/ext_/find_if_s.cpp ;
|
||||
explicit find_if_s ;
|
||||
|
||||
run sequence/ext_/iterator_range_s.cpp ;
|
||||
explicit iterator_range_s ;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user