diff --git a/Jamfile b/Jamfile index 7debd2f1..ad125925 100644 --- a/Jamfile +++ b/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 diff --git a/Jamfile.v2 b/Jamfile.v2 index 9053fcbd..1f6382c6 100644 --- a/Jamfile.v2 +++ b/Jamfile.v2 @@ -24,7 +24,7 @@ project # <*>"-fabi-version=0" ; -test-suite uBLAS +test-suite numeric/uBLAS : [ run test1/test1.cpp test1/test11.cpp test1/test12.cpp