Skip to content

Commit fb126af

Browse files
committed
Adding pytest-valgrind install
1 parent 7aa6a61 commit fb126af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ valgrind:
101101

102102
.PHONY: valgrind-leak
103103
valgrind-leak:
104+
python3 -c "import pytest_valgrind" > /dev/null 2>&1 || python3 -m pip install pytest-valgrind
104105
PYTHONMALLOC=malloc valgrind --suppressions=Tests/oss-fuzz/python.supp \
105106
--leak-check=full --show-leak-kinds=definite --errors-for-leak-kinds=definite \
106107
--log-file=/tmp/valgrind-output \

0 commit comments

Comments
 (0)