forked from boostorg/algorithm
Update Jamfile.v2 for minmax.
[SVN r28201]
This commit is contained in:
@ -11,7 +11,10 @@ import testing ;
|
|||||||
|
|
||||||
{
|
{
|
||||||
test-suite algorithm/minmax:
|
test-suite algorithm/minmax:
|
||||||
[ run minmax_element_test.cpp ]
|
: [ run minmax_element_test.cpp
|
||||||
;
|
: : : : minmax_element ]
|
||||||
|
[ run minmax_test.cpp
|
||||||
|
: : : : minmax ]
|
||||||
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user