Simon Josefsson wrote:
> Btw, I just realized the module is confusingly named, since
> modules/*-tests is used in gnulib to designate gnulib module self-tests.
> Nothing appears to break, and I can't think of a better name right now
> ('valgrind' is a bit too general and non-descriptive of what the
On Sat, May 23, 2020 at 5:40 PM Marc Nieper-Wißkirchen
wrote:
>
> Is there any built-in support in the valgrind-tests module for
> suppression files? For example, if I want to run my tests under
> valgrind (if available), I write
>
> LOG_COMPILER = $(VALGRIND)
>
> or, in case I use libtool,
>
> LO