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

This commit is contained in:
Ralf W. Grosse-Kunstleve 2021-01-26 01:02:46 -08:00
parent 9077bcd1fc
commit d91f2190ee

View File

@ -31,6 +31,7 @@ main_headers = {
"include/pybind11/options.h",
"include/pybind11/pybind11.h",
"include/pybind11/pytypes.h",
"include/pybind11/smart_holder.h",
"include/pybind11/stl.h",
"include/pybind11/stl_bind.h",
}
@ -41,6 +42,8 @@ detail_headers = {
"include/pybind11/detail/descr.h",
"include/pybind11/detail/init.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",
}