Jim Meyering wrote:
Jim Meyering <[EMAIL PROTECTED]> wrote:
FYI, I'll be sending a new patch soon.
The main change will be to add new configure options: --enable-valgrind
and --disable-valgrind. For now, the latter is the default, to minimize
disruption, while the list of suppressions grows to accommodate the
different operating environments used by developers who care enough to
flip the switch.
Here's an updated patch:
Committed as rev 499049.
Instrument all tests so that they are run via valgrind:
check for both errors and leaks.
* configure.ac: Add new configure options: --enable-valgrind
and --disable-valgrind. For now, the latter is the default.
* README-dev: Document (and recommend) --enable-valgrind.
* tests/.vg-supp: Add many more, from Gordon Sim for FC5.
[...]