From 7815a366431fcf565f292695359559087951e53b Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 5 Feb 2006 15:56:47 +0000 Subject: [PATCH] Fix a parse error in the hash test Jamfile. [SVN r32585] --- hash/test/Jamfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hash/test/Jamfile b/hash/test/Jamfile index 42fcba8..815d4ab 100644 --- a/hash/test/Jamfile +++ b/hash/test/Jamfile @@ -11,6 +11,7 @@ import testing ; DEPENDS all : test ; rule hash-test ( names + : extras * ) +{ return [ run $(names).cpp ../../../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 ]