Adding new header files to tests/extra_python_package/test_files.py.

parent ed685190
...@@ -32,6 +32,7 @@ main_headers = { ...@@ -32,6 +32,7 @@ main_headers = {
"include/pybind11/options.h", "include/pybind11/options.h",
"include/pybind11/pybind11.h", "include/pybind11/pybind11.h",
"include/pybind11/pytypes.h", "include/pybind11/pytypes.h",
"include/pybind11/smart_holder.h",
"include/pybind11/stl.h", "include/pybind11/stl.h",
"include/pybind11/stl_bind.h", "include/pybind11/stl_bind.h",
} }
...@@ -42,7 +43,8 @@ detail_headers = { ...@@ -42,7 +43,8 @@ detail_headers = {
"include/pybind11/detail/descr.h", "include/pybind11/detail/descr.h",
"include/pybind11/detail/init.h", "include/pybind11/detail/init.h",
"include/pybind11/detail/internals.h", "include/pybind11/detail/internals.h",
"include/pybind11/detail/type_caster_base.h", "include/pybind11/detail/smart_holder_poc.h",
"include/pybind11/detail/smart_holder_type_casters.h",
"include/pybind11/detail/typeid.h", "include/pybind11/detail/typeid.h",
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment