mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-17 22:20:41 +00:00
Add 'check' target to run all available tests
This commit is contained in:
parent
71e8a7962c
commit
06b9397c72
@ -159,3 +159,6 @@ if(NOT CMAKE_VERSION VERSION_LESS 3.1)
|
|||||||
pybind11_add_build_test(installed_target INSTALL)
|
pybind11_add_build_test(installed_target INSTALL)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# Run all the tests
|
||||||
|
add_custom_target(check DEPENDS pytest test_cmake_build)
|
||||||
|
Loading…
Reference in New Issue
Block a user