Skip to content

Commit

Permalink
Merge pull request #2690 from cesanta/rewact
Browse files Browse the repository at this point in the history
fix Valgrind dependencies
  • Loading branch information
scaprile authored Apr 5, 2024
2 parents 924984d + 2e250ee commit b3312f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b3312f3

Please sign in to comment.