Update Jamfile.v2 for minmax.

[SVN r28201]
This commit is contained in:
Vladimir Prus
2005-04-13 06:18:54 +00:00
parent b0a2a9d3e0
commit 0f4aa23e9c

View File

@ -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 ]
;
} }