mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
Fix missing smart_ptr test
This commit is contained in:
parent
d922dffec4
commit
568ec6b35a
@ -21,6 +21,7 @@ set(PYBIND11_TEST_FILES
|
|||||||
test_kwargs_and_defaults.cpp
|
test_kwargs_and_defaults.cpp
|
||||||
test_methods_and_attributes.cpp
|
test_methods_and_attributes.cpp
|
||||||
test_modules.cpp
|
test_modules.cpp
|
||||||
|
test_multiple_inheritance.cpp
|
||||||
test_numpy_array.cpp
|
test_numpy_array.cpp
|
||||||
test_numpy_dtypes.cpp
|
test_numpy_dtypes.cpp
|
||||||
test_numpy_vectorize.cpp
|
test_numpy_vectorize.cpp
|
||||||
@ -29,9 +30,9 @@ set(PYBIND11_TEST_FILES
|
|||||||
test_pickling.cpp
|
test_pickling.cpp
|
||||||
test_python_types.cpp
|
test_python_types.cpp
|
||||||
test_sequences_and_iterators.cpp
|
test_sequences_and_iterators.cpp
|
||||||
|
test_smart_ptr.cpp
|
||||||
test_stl_binders.cpp
|
test_stl_binders.cpp
|
||||||
test_virtual_functions.cpp
|
test_virtual_functions.cpp
|
||||||
test_multiple_inheritance.cpp
|
|
||||||
)
|
)
|
||||||
|
|
||||||
string(REPLACE ".cpp" ".py" PYBIND11_PYTEST_FILES "${PYBIND11_TEST_FILES}")
|
string(REPLACE ".cpp" ".py" PYBIND11_PYTEST_FILES "${PYBIND11_TEST_FILES}")
|
||||||
|
Loading…
Reference in New Issue
Block a user