mirror of
https://github.com/pybind/pybind11.git
synced 2025-01-31 23:30:30 +00:00
Rename test_odr_guard* to test_type_caster_odr_guard*
This commit is contained in:
parent
2e6e833929
commit
61a0bb8bd3
@ -160,8 +160,6 @@ set(PYBIND11_TEST_FILES
|
|||||||
test_numpy_array
|
test_numpy_array
|
||||||
test_numpy_dtypes
|
test_numpy_dtypes
|
||||||
test_numpy_vectorize
|
test_numpy_vectorize
|
||||||
test_odr_guard_1
|
|
||||||
test_odr_guard_2
|
|
||||||
test_opaque_types
|
test_opaque_types
|
||||||
test_operator_overloading
|
test_operator_overloading
|
||||||
test_pickling
|
test_pickling
|
||||||
@ -172,6 +170,8 @@ set(PYBIND11_TEST_FILES
|
|||||||
test_stl_binders
|
test_stl_binders
|
||||||
test_tagbased_polymorphic
|
test_tagbased_polymorphic
|
||||||
test_thread
|
test_thread
|
||||||
|
test_type_caster_odr_guard_1
|
||||||
|
test_type_caster_odr_guard_2
|
||||||
test_union
|
test_union
|
||||||
test_virtual_functions)
|
test_virtual_functions)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user