From 1370f36d4552e5660fd567bfe57f32544766aaf4 Mon Sep 17 00:00:00 2001 From: Haoyu Bai Date: Sat, 4 Jul 2009 15:01:32 +0000 Subject: [PATCH] fix test dependence of polymorphism2_auto_ptr [SVN r54643] --- test/Jamfile.v2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 5f66be63..e45d61a5 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -81,7 +81,9 @@ bpl-test crossmod_exception [ bpl-test polymorphism2 ] [ bpl-test wrapper_held_type ] -[ bpl-test polymorphism2_auto_ptr ] +[ bpl-test polymorphism2_auto_ptr + : polymorphism2_auto_ptr.py polymorphism2_auto_ptr.cpp polymorphism2.py +] [ bpl-test auto_ptr ]