forked from boostorg/algorithm
Cleanup Jamfile
[SVN r23341]
This commit is contained in:
@ -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
|
||||||
|
]
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user