fix Valgrind dependencies

This commit is contained in:
Sergio R. Caprile 2024-04-05 15:56:50 -03:00
parent f68fe0fb5c
commit 2e250ee7aa

View File

@ -126,7 +126,7 @@ coverage: test
upload-coverage: coverage
curl -s https://codecov.io/bash | /bin/bash
valgrind: Makefile mongoose.h mongoose.c
valgrind: Makefile mongoose.h $(SRCS)
$(CC) $(SRCS) $(VALGRIND_CFLAGS) $(LDFLAGS) -g -o unit_test
$(VALGRIND_RUN) ./unit_test