From 79b5aa7a2e5862913e3d5e5dedc905e1436f2b0c 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] --- test/Jamfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Jamfile b/test/Jamfile index 42fcba8..815d4ab 100644 --- a/test/Jamfile +++ b/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 ]