2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-23 04:02:10 +00:00

change test-suite names to match library names

This commit is contained in:
Aleksey Gurtovoy
2004-07-20 01:41:00 +00:00
parent 5e9b53b2c5
commit 934b213bd2
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ subproject libs/numeric/ublas ;
# bring in rules for testing
import testing ;
test-suite uBLAS
test-suite numeric/uBLAS
: [ run test1/test1.cpp
test1/test11.cpp
test1/test12.cpp

View File

@@ -24,7 +24,7 @@ project
# <gcc><*><cxxflags>"-fabi-version=0"
;
test-suite uBLAS
test-suite numeric/uBLAS
: [ run test1/test1.cpp
test1/test11.cpp
test1/test12.cpp