]> git.ipfire.org Git - thirdparty/elfutils.git/commit
tests/Makefile.am: Add --track-fds=yes to valgrind_cmd
authorAaron Merey <amerey@redhat.com>
Fri, 31 Jan 2025 01:16:34 +0000 (20:16 -0500)
committerAaron Merey <amerey@redhat.com>
Fri, 7 Feb 2025 22:26:04 +0000 (17:26 -0500)
commit9127ef13eb51cc57f848cb185ee1e56a55c6dad2
tree20153bea30d51334b8500ab1c4dfa1a46f4ec417
parentdda201db20d039df51d52c3c4478fc3318e2c546
tests/Makefile.am: Add --track-fds=yes to valgrind_cmd

`valgrind --track-fds=yes` will report errors for file descriptor leaks
and attempts at closing invalid file descriptors.

Signed-off-by: Aaron Merey <amerey@redhat.com>
tests/Makefile.am