Fix the 'DEPENDS all' line in the hash test Jamfile.

[SVN r27956]
This commit is contained in:
Daniel James
2005-04-04 16:54:22 +00:00
parent 4a62e1a35f
commit 22aa3748c0

View File

@@ -8,7 +8,7 @@ subproject libs/functional/hash/test ;
import testing ; import testing ;
DEPENDS all : hash_std hash_extensions ; DEPENDS all : functional/hash ;
rule hash-test ( name ) 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_number_test ]
[ hash-test hash_pointer_test ] [ hash-test hash_pointer_test ]