mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Fix Makefile for running valgrind with old tests.
This commit is contained in:
parent
699a19ab30
commit
6b5785b149
@ -52,13 +52,13 @@ ifdef USE_VALGRIND
|
||||
--leak-check=yes \
|
||||
--track-origins=yes
|
||||
# VALGRIND_TOOL := exp-sgcheck
|
||||
TOOL := valgrind -q \
|
||||
-q \
|
||||
$(VALGRIND_TOOL) \
|
||||
--suppressions=../../.valgrind.supp \
|
||||
--error-exitcode=123 \
|
||||
--log-file=valgrind.\%p.$* \
|
||||
$(VGDB) \
|
||||
TOOL := valgrind -q \
|
||||
-q \
|
||||
$(VALGRIND_TOOL) \
|
||||
--suppressions=../../../.valgrind.supp \
|
||||
--error-exitcode=123 \
|
||||
--log-file=valgrind.\%p.$* \
|
||||
$(VGDB) \
|
||||
--trace-children=yes
|
||||
else
|
||||
ifdef USE_GDB
|
||||
|
Loading…
Reference in New Issue
Block a user