From d305aad29d202ef92d332f30a39e00452ba5a082 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] --- test/Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index b40edfc..c5ad132 100644 --- a/test/Jamfile +++ b/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 ]