module RubyMemcheck::TestTaskReporter

def valgrind_xml_files

def valgrind_xml_files
  Dir[File.join(configuration.valgrind_xml_dir, "*")]
end