2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-25 06:22:15 +00:00

Rename test source

This commit is contained in:
Stefan Seefeld
2017-06-02 19:30:22 -04:00
parent 1452dfe713
commit 7cfc47008e
3 changed files with 2 additions and 2 deletions

View File

@@ -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')