Fix a parse error in the hash test Jamfile.

[SVN r32585]
This commit is contained in:
Daniel James
2006-02-05 15:56:47 +00:00
parent ed548575d4
commit 79b5aa7a2e

View File

@@ -11,6 +11,7 @@ import testing ;
DEPENDS all : test ;
rule hash-test ( names + : extras * )
{
return [
run $(names).cpp
<lib>../../../test/build/boost_unit_test_framework
@@ -22,6 +23,8 @@ rule hash-test ( names + : extras * )
{
test-suite functional/hash
:
[ hash-test hash_fwd_test_1 ]
[ hash-test hash_fwd_test_2 ]
[ hash-test hash_number_test ]
[ hash-test hash_pointer_test ]
[ hash-test hash_function_pointer_test ]