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 $(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