Skip to content

Commit 6ecc046

Browse files
authored
Update CMakeLists.txt
1 parent 9742f11 commit 6ecc046

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ set(DARTPY_TEST_FILES
4141

4242
# Add custom target to run the tests
4343
add_custom_target(pytest
44+
COMMAND ${CMAKE_COMMAND} -E echo "Running pytest by: ${PYTHON_EXECUTABLE} -m pytest <sources>"
4445
COMMAND ${PYTHON_EXECUTABLE} -m pytest ${DARTPY_TEST_FILES}
4546
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
4647
)

0 commit comments

Comments
 (0)