mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 04:22:16 +00:00
Rename test source
This commit is contained in:
@@ -115,7 +115,7 @@ bpl-test crossmod_exception
|
||||
[ bpl-test keywords : keywords.cpp keywords_test.py ]
|
||||
|
||||
|
||||
[ python-extension builtin_converters_ext : test_builtin_converters.cpp /boost/python//boost_python ]
|
||||
[ python-extension builtin_converters_ext : builtin_converters.cpp /boost/python//boost_python ]
|
||||
[ bpl-test builtin_converters : test_builtin_converters.py builtin_converters_ext ]
|
||||
|
||||
[ bpl-test test_pointer_adoption ]
|
||||
|
||||
@@ -116,7 +116,7 @@ else:
|
||||
test = env.BoostRunPythonScript('test_builtin_converters.py')
|
||||
Depends(
|
||||
test,
|
||||
env.PythonExtension('builtin_converters_ext', ['test_builtin_converters.cpp'])
|
||||
env.PythonExtension('builtin_converters_ext', ['builtin_converters.cpp'])
|
||||
)
|
||||
tests+=test
|
||||
test = env.BoostRunPythonScript('map_indexing_suite.py')
|
||||
|
||||
Reference in New Issue
Block a user