From b217c4ffa81e2f8106a2b44439df2324775bc7c0 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 13 Apr 2005 11:42:50 +0000 Subject: [PATCH] Replace 'run-pyd' with 'bpl-test' in a couple of places. The former does not produce the .test files that regression tools want. [SVN r28213] --- test/Jamfile.v2 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index c7dc3dd3..07a0f615 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,5 +1,6 @@ use-project /boost/python : ../build ; +project /boost/python/test ; # A bug in the Win32 intel compilers causes compilation of one of our # tests to take forever when debug symbols are enabled. This rule @@ -57,7 +58,7 @@ bpl-test crossmod_exception [ bpl-test minimal ] [ bpl-test args ] [ bpl-test raw_ctor ] -#[ bpl-test numpy ] +[ bpl-test numpy ] [ bpl-test enum ] [ bpl-test exception_translator ] [ bpl-test pearu1 : test_cltree.py cltree.cpp ] @@ -67,7 +68,7 @@ bpl-test crossmod_exception [ python-extension builtin_converters : test_builtin_converters.cpp /boost/python//boost_python ] -[ run-pyd builtin_converters_test : test_builtin_converters.py builtin_converters ] +[ bpl-test builtin_converters_test : test_builtin_converters.py builtin_converters ] [ bpl-test test_pointer_adoption ] [ bpl-test operators ] @@ -118,7 +119,7 @@ bpl-test crossmod_exception [ python-extension map_indexing_suite_ext : map_indexing_suite.cpp int_map_indexing_suite.cpp /boost/python//boost_python ] -[ run-pyd +[ bpl-test map_indexing_suite : map_indexing_suite.py map_indexing_suite_ext ] # if $(TEST_BIENSTMAN_NON_BUGS)