diff --git a/minmax/test/Jamfile.v2 b/minmax/test/Jamfile.v2 index 95b1c68..c522f81 100644 --- a/minmax/test/Jamfile.v2 +++ b/minmax/test/Jamfile.v2 @@ -11,7 +11,7 @@ import testing ; { test-suite minmax: - [ run minmax_test.cpp ] + [ run minmax_element_test.cpp ] ; }