Hi Aaron, On Wed, Feb 19, 2025 at 11:36:39PM -0500, Aaron Merey wrote: > Like --enable-valgrind but uses helgrind instead of memcheck. > > If both --enable-valgrind and --enable-helgrind are given then > helgrind takes priority. > > --enable-helgrind requires --enable-valgrind-annotations. > > * configure.ac: Add --enable-helgrind option. > * tests/Makefile.am: If USE_HELGRIND is true, then include > --tool=helgrind in the valgrind command that tests are run > under. > > Signed-off-by: Aaron Merey <ame...@redhat.com> > > --- > v3 changes: Add --track-fds to valgrind_cmd when USE_HELGRIND is true.
Looks OK. Once this is in we should add a buildbot with this enabled. Thanks, Mark