Re: [PATCH] Valgrind support for test suite

2024-03-19 Thread Guillem Jover
Hi! Thanks for the patch! I was playing with this the other day, and slightly simplified the patch as the one attached. But then I wondered whether this makes sense at all, given that the test suite should be able to run with the leak sanitizer support, which I've just fixed so that it does not

[PATCH] Valgrind support for test suite

2024-03-16 Thread Simon Richter
--- tests/Makefile | 4 tests/Test.mk | 17 +++-- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 5d8309608..5d3f30ee2 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -141,6 +141,10 @@ test:: $(test_targets)