From fed453563a8fcdd75c52d9b5a06e874844ac90ee Mon Sep 17 00:00:00 2001 From: Haoyu Bai Date: Sun, 2 Aug 2009 06:20:14 +0000 Subject: [PATCH] some debugging code for python.jam and add a dummy enum.py as dependent of polymorphism2_auto_ptr for testing [SVN r55360] --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 971e7416..5524e98a 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -82,7 +82,7 @@ bpl-test crossmod_exception [ bpl-test wrapper_held_type ] [ bpl-test polymorphism2_auto_ptr - : polymorphism2_auto_ptr.py polymorphism2.py polymorphism2_auto_ptr.cpp + : polymorphism2_auto_ptr.py enum.py polymorphism2.py polymorphism2_auto_ptr.cpp ] [ bpl-test auto_ptr ]