From 934b213bd24bfde14067c6e68adcded86fbbcc8a Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Tue, 20 Jul 2004 01:41:00 +0000 Subject: [PATCH] change test-suite names to match library names --- Jamfile | 2 +- Jamfile.v2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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