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:
1
Jamfile
1
Jamfile
@@ -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
|
||||
|
||||
@@ -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 ]
|
||||
|
||||
Reference in New Issue
Block a user