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 \
|
--leak-check=yes \
|
||||||
--track-origins=yes
|
--track-origins=yes
|
||||||
# VALGRIND_TOOL := exp-sgcheck
|
# VALGRIND_TOOL := exp-sgcheck
|
||||||
TOOL := valgrind -q \
|
TOOL := valgrind -q \
|
||||||
-q \
|
-q \
|
||||||
$(VALGRIND_TOOL) \
|
$(VALGRIND_TOOL) \
|
||||||
--suppressions=../../.valgrind.supp \
|
--suppressions=../../../.valgrind.supp \
|
||||||
--error-exitcode=123 \
|
--error-exitcode=123 \
|
||||||
--log-file=valgrind.\%p.$* \
|
--log-file=valgrind.\%p.$* \
|
||||||
$(VGDB) \
|
$(VGDB) \
|
||||||
--trace-children=yes
|
--trace-children=yes
|
||||||
else
|
else
|
||||||
ifdef USE_GDB
|
ifdef USE_GDB
|
||||||
|
Loading…
Reference in New Issue
Block a user