2
0
mirror of https://github.com/boostorg/python.git synced 2026-02-02 09:02:15 +00:00

Added iterator support plus a minimal test to look for refcount problems.

[SVN r13843]
This commit is contained in:
Dave Abrahams
2002-05-13 16:41:50 +00:00
parent 6c20af07f7
commit 9fa89e8596
2 changed files with 5 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ dll bpl
src/objects.cpp
src/converter/builtin_converters.cpp
src/converter/callback.cpp
src/object/iterator.cpp
:
$(BOOST_PYTHON_V2_PROPERTIES)
<define>BOOST_PYTHON_SOURCE

View File

@@ -51,6 +51,7 @@ rule bpl-test ( name ? : files * )
boost-python-runtest $(name) : $(py) <pyd>$(modules) ;
}
bpl-test minimal ;
bpl-test try : newtest.py m1.cpp m2.cpp ;
bpl-test builtin_converters : test_builtin_converters.py test_builtin_converters.cpp ;
bpl-test test_pointer_adoption ;
@@ -64,6 +65,8 @@ bpl-test bienstman1 ;
bpl-test bienstman2 ;
bpl-test bienstman3 ;
bpl-test multi_arg_constructor ;
bpl-test iterator ;
if $(TEST_BIENSTMAN_NON_BUGS)
{
bpl-test bienstman4 ;
@@ -98,6 +101,7 @@ unit-test select_holder
unit-test select_from_python_test
: select_from_python_test.cpp
../src/converter/type_id.cpp
../src/errors.cpp
: <include>$(BOOST_ROOT)
[ difference $(PYTHON_PROPERTIES) : <define>BOOST_PYTHON_DYNAMIC_LIB ]