Merge pull request #2690 from cesanta/rewact

fix Valgrind dependencies
This commit is contained in:
Sergio R. Caprile 2024-04-05 15:59:14 -03:00 committed by GitHub
commit b3312f3761
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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