Cleanup Jamfile

[SVN r23341]
This commit is contained in:
Hervé Brönnimann
2004-07-04 22:24:17 +00:00
parent 9dcf3e6b76
commit a568d32ba9

View File

@ -10,14 +10,18 @@
subproject libs/algorithm/minmax/test ;
# bring in rules for testing
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
include testing.jam ;
import testing ;
# Make tests run by default.
DEPENDS all : test ;
{
test-suite minmax:
[ run minmax_element_test.cpp ]
test-suite minmax
: [ run
minmax_element_test.cpp
: :
:
: minmax_element
]
;
}