--- testing.jam.~1.23.~	2003-11-24 11:20:31.673816000 -0500
+++ testing.jam	2003-11-24 17:48:36.986451200 -0500
@@ -75,12 +75,12 @@
 
 # Helper for boost-test above.  Uses dynamic scoping to access
 # boost-test's locals.
-local rule dump-test ( target : requirements * )
+local rule dump-test ( targets + : requirements * )
 {
-    local srcs = [ on $(target) get-var-value source-files ] ;
+    local srcs = [ on $(targets) get-var-value source-files ] ;
     
     # Pick any source file names off the associated main target as well.
-    srcs += [ on $(gTARGET_SUBVARIANT($(target))) get-var-value source-files ] ;
+    srcs += [ unique [ on $(gTARGET_SUBVARIANT($(targets))) get-var-value source-files ] ] ;
     
     local pwd = [ PWD ] ;
     

