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