Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
0b266681
Commit
0b266681
authored
Jan 26, 2021
by
Ralf W. Grosse-Kunstleve
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding new header files to tests/extra_python_package/test_files.py.
parent
7355e946
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
tests/extra_python_package/test_files.py
+3
-0
No files found.
tests/extra_python_package/test_files.py
View file @
0b266681
...
@@ -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"
,
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment