Commit 06b9397c by Dean Moldovan Committed by Wenzel Jakob

Add 'check' target to run all available tests

parent 71e8a796
......@@ -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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment