change test-suite names to match library names

[SVN r23820]
This commit is contained in:
Aleksey Gurtovoy
2004-07-20 01:41:00 +00:00
parent 961e8b399e
commit f6752d3ae1
4 changed files with 4 additions and 4 deletions

View File

@ -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
: : : :

View File

@ -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 ]
; ;
} }

View File

@ -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
: : : :

View File

@ -9,7 +9,7 @@
import testing ; import testing ;
test-suite string_algo test-suite algorithm/string
: [ run : [ run
container_test.cpp container_test.cpp
: : : :