mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-02-03 05:53:21 +08: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…
x
Reference in New Issue
Block a user