mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-30 11:41:30 +00:00
Warnings wrappers to use from C++ (#5291)
* Add warning wrappers that allow to call warnings from pybind level * Add missing include for warnings.h * Change messages on failed checks, extend testing * clang-tidy fix * Refactor tests for warnings * Move handle before check * Remove unnecessary parametrized
This commit is contained in:
@@ -154,7 +154,8 @@ set(PYBIND11_TEST_FILES
|
||||
test_unnamed_namespace_a
|
||||
test_unnamed_namespace_b
|
||||
test_vector_unique_ptr_member
|
||||
test_virtual_functions)
|
||||
test_virtual_functions
|
||||
test_warnings)
|
||||
|
||||
# Invoking cmake with something like:
|
||||
# cmake -DPYBIND11_TEST_OVERRIDE="test_callbacks.cpp;test_pickling.cpp" ..
|
||||
|
||||
Reference in New Issue
Block a user