mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Makefile: set VALGRIND variable in valgrind
This commit is contained in:
parent
325280cbda
commit
197ffe32ba
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ gdb:
|
||||||
$(MAKE) run DBG=gdb
|
$(MAKE) run DBG=gdb
|
||||||
|
|
||||||
valgrind:
|
valgrind:
|
||||||
$(MAKE) run DBG="DISABLE_RTKIT=1 valgrind"
|
$(MAKE) run DBG="DISABLE_RTKIT=1 VALGRIND=1 valgrind"
|
||||||
|
|
||||||
test: all
|
test: all
|
||||||
ninja -C @BUILD_ROOT@ test
|
ninja -C @BUILD_ROOT@ test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue