mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-06 12:53:12 +03:00
Wrap Makefile
This commit is contained in:
parent
789631c60c
commit
7aa6a61d43
3
Makefile
3
Makefile
|
@ -101,7 +101,8 @@ valgrind:
|
|||
|
||||
.PHONY: valgrind-leak
|
||||
valgrind-leak:
|
||||
PYTHONMALLOC=malloc valgrind --suppressions=Tests/oss-fuzz/python.supp --leak-check=full --show-leak-kinds=definite --errors-for-leak-kinds=definite \
|
||||
PYTHONMALLOC=malloc valgrind --suppressions=Tests/oss-fuzz/python.supp \
|
||||
--leak-check=full --show-leak-kinds=definite --errors-for-leak-kinds=definite \
|
||||
--log-file=/tmp/valgrind-output \
|
||||
python3 -m pytest -vv --valgrind --valgrind-log=/tmp/valgrind-output Tests/
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user