Skip to content

Commit 7aa6a61

Browse files
committed
Wrap Makefile
1 parent 789631c commit 7aa6a61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ valgrind:
101101

102102
.PHONY: valgrind-leak
103103
valgrind-leak:
104-
PYTHONMALLOC=malloc valgrind --suppressions=Tests/oss-fuzz/python.supp --leak-check=full --show-leak-kinds=definite --errors-for-leak-kinds=definite \
104+
PYTHONMALLOC=malloc valgrind --suppressions=Tests/oss-fuzz/python.supp \
105+
--leak-check=full --show-leak-kinds=definite --errors-for-leak-kinds=definite \
105106
--log-file=/tmp/valgrind-output \
106107
python3 -m pytest -vv --valgrind --valgrind-log=/tmp/valgrind-output Tests/
107108

0 commit comments

Comments
 (0)