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 module > does).
The only thing that could break, with such a module name, is that when you request the module and don't use --single-configure, the module will be active in the tests directory but not in the lib directory. Which happens to be exactly what we need here. Bruno