We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9742f11 commit 6ecc046Copy full SHA for 6ecc046
tests/CMakeLists.txt
@@ -41,6 +41,7 @@ set(DARTPY_TEST_FILES
41
42
# Add custom target to run the tests
43
add_custom_target(pytest
44
+ COMMAND ${CMAKE_COMMAND} -E echo "Running pytest by: ${PYTHON_EXECUTABLE} -m pytest <sources>"
45
COMMAND ${PYTHON_EXECUTABLE} -m pytest ${DARTPY_TEST_FILES}
46
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
47
)
0 commit comments