From e0cceeb88c857834ff8b8aa04365b3c375529637 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 8 Feb 2006 08:37:05 +0000 Subject: [PATCH] Update. [SVN r32722] --- test/Jamfile.v2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 86a1e541..80c80a2b 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -61,8 +61,8 @@ bpl-test crossmod_exception [ bpl-test keywords : keywords.cpp keywords_test.py ] -[ python-extension builtin_converters : test_builtin_converters.cpp /boost/python//boost_python ] -[ bpl-test builtin_converters_test : test_builtin_converters.py builtin_converters ] +[ python-extension builtin_converters.ext : test_builtin_converters.cpp /boost/python//boost_python ] +[ bpl-test builtin_converters : test_builtin_converters.py builtin_converters.ext ] [ bpl-test test_pointer_adoption ] [ bpl-test operators ] @@ -131,7 +131,7 @@ bpl-test crossmod_exception # --- unit tests of library components --- -[ run indirect_traits_test.cpp ] +[ compile indirect_traits_test.cpp ] [ run destroy_test.cpp ] [ py-run pointer_type_id_test.cpp ] [ py-run bases.cpp ]