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