forked from boostorg/algorithm
Fixed references
This commit is contained in:
@ -68,6 +68,7 @@ Thanks to all the people who have reviewed this library and made suggestions for
|
||||
[include hex.qbk]
|
||||
[include is_palindrome.qbk]
|
||||
[include is_partitioned_until.qbk]
|
||||
[include apply_permutation.qbk]
|
||||
[endsect]
|
||||
|
||||
|
||||
|
@ -22,4 +22,4 @@ exe clamp_example : clamp_example.cpp ;
|
||||
exe search_example : search_example.cpp ;
|
||||
exe is_palindrome_example : is_palindrome_example.cpp;
|
||||
exe is_partitioned_until_example : is_partitioned_until_example.cpp;
|
||||
|
||||
exe apply_permutation_example : apply_permutation_example.cpp;
|
||||
|
@ -73,6 +73,9 @@ alias unit_test_framework
|
||||
|
||||
# Is_partitioned_until tests
|
||||
[ run is_partitioned_until_test.cpp unit_test_framework : : : : is_partitioned_until_test ]
|
||||
|
||||
# Apply_permutation tests
|
||||
[ run apply_permutation_test.cpp unit_test_framework : : : : apply_permutation_test ]
|
||||
;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user