@@ -115,61 +115,62 @@ endif()
115
115
# Any test that has no extension is both .py and .cpp, so 'foo' will add 'foo.cpp' and 'foo.py'.
116
116
# Any test that has an extension is exclusively that and handled as such.
117
117
set (PYBIND11_TEST_FILES
118
- test_async.cpp
119
- test_buffers.cpp
120
- test_builtin_casters.cpp
121
- test_call_policies.cpp
122
- test_callbacks.cpp
123
- test_chrono.cpp
124
- test_class.cpp
125
- test_class_sh_basic.cpp
126
- test_class_sh_disowning.cpp
127
- test_class_sh_disowning_mi.cpp
128
- test_class_sh_factory_constructors.cpp
129
- test_class_sh_inheritance.cpp
130
- test_class_sh_property.cpp
131
- test_class_sh_shared_ptr_copy_move.cpp
132
- test_class_sh_trampoline_basic.cpp
133
- test_class_sh_trampoline_self_life_support.cpp
134
- test_class_sh_trampoline_shared_from_this.cpp
135
- test_class_sh_trampoline_shared_ptr_cpp_arg.cpp
136
- test_class_sh_trampoline_unique_ptr.cpp
137
- test_class_sh_unique_ptr_member.cpp
138
- test_class_sh_virtual_py_cpp_mix.cpp
139
- test_classh_mock.cpp
140
- test_const_name.cpp
141
- test_constants_and_functions.cpp
142
- test_copy_move.cpp
143
- test_custom_type_casters.cpp
144
- test_custom_type_setup.cpp
145
- test_docstring_options.cpp
146
- test_eigen.cpp
147
- test_enum.cpp
148
- test_eval.cpp
149
- test_exceptions.cpp
150
- test_factory_constructors.cpp
151
- test_gil_scoped.cpp
152
- test_iostream.cpp
153
- test_kwargs_and_defaults.cpp
154
- test_local_bindings.cpp
155
- test_methods_and_attributes.cpp
156
- test_modules.cpp
157
- test_multiple_inheritance.cpp
158
- test_numpy_array.cpp
159
- test_numpy_dtypes.cpp
160
- test_numpy_vectorize.cpp
161
- test_opaque_types.cpp
162
- test_operator_overloading.cpp
163
- test_pickling.cpp
164
- test_pytypes.cpp
165
- test_sequences_and_iterators.cpp
166
- test_smart_ptr.cpp
167
- test_stl.cpp
168
- test_stl_binders.cpp
169
- test_tagbased_polymorphic.cpp
170
- test_thread.cpp
171
- test_union.cpp
172
- test_virtual_functions.cpp)
118
+ test_async
119
+ test_buffers
120
+ test_builtin_casters
121
+ test_call_policies
122
+ test_callbacks
123
+ test_chrono
124
+ test_class
125
+ test_class_sh_basic
126
+ test_class_sh_disowning
127
+ test_class_sh_disowning_mi
128
+ test_class_sh_factory_constructors
129
+ test_class_sh_inheritance
130
+ test_class_sh_module_local.py
131
+ test_class_sh_property
132
+ test_class_sh_shared_ptr_copy_move
133
+ test_class_sh_trampoline_basic
134
+ test_class_sh_trampoline_self_life_support
135
+ test_class_sh_trampoline_shared_from_this
136
+ test_class_sh_trampoline_shared_ptr_cpp_arg
137
+ test_class_sh_trampoline_unique_ptr
138
+ test_class_sh_unique_ptr_member
139
+ test_class_sh_virtual_py_cpp_mix
140
+ test_classh_mock
141
+ test_const_name
142
+ test_constants_and_functions
143
+ test_copy_move
144
+ test_custom_type_casters
145
+ test_custom_type_setup
146
+ test_docstring_options
147
+ test_eigen
148
+ test_enum
149
+ test_eval
150
+ test_exceptions
151
+ test_factory_constructors
152
+ test_gil_scoped
153
+ test_iostream
154
+ test_kwargs_and_defaults
155
+ test_local_bindings
156
+ test_methods_and_attributes
157
+ test_modules
158
+ test_multiple_inheritance
159
+ test_numpy_array
160
+ test_numpy_dtypes
161
+ test_numpy_vectorize
162
+ test_opaque_types
163
+ test_operator_overloading
164
+ test_pickling
165
+ test_pytypes
166
+ test_sequences_and_iterators
167
+ test_smart_ptr
168
+ test_stl
169
+ test_stl_binders
170
+ test_tagbased_polymorphic
171
+ test_thread
172
+ test_union
173
+ test_virtual_functions)
173
174
174
175
# Invoking cmake with something like:
175
176
# cmake -DPYBIND11_TEST_OVERRIDE="test_callbacks.cpp;test_pickling.cpp" ..
0 commit comments