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:
2
Jamfile
2
Jamfile
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user