Skip to content

Commit 7cfc470

Browse files
committed
Rename test source
1 parent 1452dfe commit 7cfc470

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

test/Jamfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 ]

test/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ else:
116116
test = env.BoostRunPythonScript('test_builtin_converters.py')
117117
Depends(
118118
test,
119-
env.PythonExtension('builtin_converters_ext', ['test_builtin_converters.cpp'])
119+
env.PythonExtension('builtin_converters_ext', ['builtin_converters.cpp'])
120120
)
121121
tests+=test
122122
test = env.BoostRunPythonScript('map_indexing_suite.py')

0 commit comments

Comments
 (0)