From 13e7765bd70dfd344de45267480a2c05155c4e8e Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Wed, 16 Mar 2005 13:56:18 +0000 Subject: [PATCH] FIX subproject path to test --- test/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 2452c037..a2ca2a41 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -14,7 +14,7 @@ # GeNeSys mbH & Co. KG in producing this work. # -subproject libs/numeric/ublas ; +subproject libs/numeric/ublas/test ; # bring in rules for testing import testing ;