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 ; subproject libs/algorithm/minmax/test ;
# bring in rules for testing # bring in rules for testing
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; import testing ;
include testing.jam ;
# Make tests run by default. # Make tests run by default.
DEPENDS all : test ; DEPENDS all : test ;
{ {
test-suite minmax: test-suite minmax
[ run minmax_element_test.cpp ] : [ run
minmax_element_test.cpp
: :
:
: minmax_element
]
; ;
} }