Now includes minmax_test in the test suite.

[SVN r23909]
This commit is contained in:
Hervé Brönnimann
2004-07-21 17:15:40 +00:00
parent 2b2086dd8f
commit 7a88ef8658
2 changed files with 43 additions and 36 deletions

View File

@ -23,5 +23,11 @@ DEPENDS all : test ;
:
: minmax_element
]
[ run
minmax_test.cpp
: :
:
: minmax
]
;
}