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

parent 9077bcd1
...@@ -31,6 +31,7 @@ main_headers = { ...@@ -31,6 +31,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",
} }
...@@ -41,6 +42,8 @@ detail_headers = { ...@@ -41,6 +42,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/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