File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ bpl-test crossmod_exception
115115[ bpl-test keywords : keywords.cpp keywords_test.py ]
116116
117117
118- [ python-extension builtin_converters_ext : test_builtin_converters .cpp /boost/python//boost_python ]
118+ [ python-extension builtin_converters_ext : builtin_converters .cpp /boost/python//boost_python ]
119119[ bpl-test builtin_converters : test_builtin_converters.py builtin_converters_ext ]
120120
121121 [ bpl-test test_pointer_adoption ]
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ else:
116116test = env .BoostRunPythonScript ('test_builtin_converters.py' )
117117Depends (
118118 test ,
119- env .PythonExtension ('builtin_converters_ext' , ['test_builtin_converters .cpp' ])
119+ env .PythonExtension ('builtin_converters_ext' , ['builtin_converters .cpp' ])
120120 )
121121tests += test
122122test = env .BoostRunPythonScript ('map_indexing_suite.py' )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments