forked from boostorg/algorithm
change test-suite names to match library names
[SVN r23820]
This commit is contained in:
@ -16,7 +16,7 @@ import testing ;
|
|||||||
DEPENDS all : test ;
|
DEPENDS all : test ;
|
||||||
|
|
||||||
{
|
{
|
||||||
test-suite minmax
|
test-suite algorithm/minmax
|
||||||
: [ run
|
: [ run
|
||||||
minmax_element_test.cpp
|
minmax_element_test.cpp
|
||||||
: :
|
: :
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
import testing ;
|
import testing ;
|
||||||
|
|
||||||
{
|
{
|
||||||
test-suite minmax:
|
test-suite algorithm/minmax:
|
||||||
[ run minmax_element_test.cpp ]
|
[ run minmax_element_test.cpp ]
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@ import testing ;
|
|||||||
DEPENDS all : test ;
|
DEPENDS all : test ;
|
||||||
|
|
||||||
{
|
{
|
||||||
test-suite string_algo
|
test-suite algorithm/string
|
||||||
: [ run
|
: [ run
|
||||||
container_test.cpp
|
container_test.cpp
|
||||||
: :
|
: :
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
import testing ;
|
import testing ;
|
||||||
|
|
||||||
test-suite string_algo
|
test-suite algorithm/string
|
||||||
: [ run
|
: [ run
|
||||||
container_test.cpp
|
container_test.cpp
|
||||||
: :
|
: :
|
||||||
|
Reference in New Issue
Block a user