Makefile: set VALGRIND variable in valgrind

This commit is contained in:
Wim Taymans 2020-06-04 10:09:35 +02:00
parent 325280cbda
commit 197ffe32ba

View file

@ -21,7 +21,7 @@ gdb:
$(MAKE) run DBG=gdb
valgrind:
$(MAKE) run DBG="DISABLE_RTKIT=1 valgrind"
$(MAKE) run DBG="DISABLE_RTKIT=1 VALGRIND=1 valgrind"
test: all
ninja -C @BUILD_ROOT@ test