From 22aa3748c0efcb3c39b46e21d9f8b9a50cff0b3d Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 4 Apr 2005 16:54:22 +0000 Subject: [PATCH] Fix the 'DEPENDS all' line in the hash test Jamfile. [SVN r27956] --- hash/test/Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hash/test/Jamfile b/hash/test/Jamfile index b40edfc..c5ad132 100644 --- a/hash/test/Jamfile +++ b/hash/test/Jamfile @@ -8,7 +8,7 @@ subproject libs/functional/hash/test ; import testing ; -DEPENDS all : hash_std hash_extensions ; +DEPENDS all : functional/hash ; rule hash-test ( name ) { @@ -20,7 +20,7 @@ rule hash-test ( name ) } { - test-suite "functional/hash" + test-suite functional/hash : [ hash-test hash_number_test ] [ hash-test hash_pointer_test ]