#! /bin/tcsh -ef

# $srcdir is defined in make check runtime environment
set SRCDIR=$PWD
if ($?srcdir) then
  set SRCDIR=$srcdir
endif
foreach f (`ls ${SRCDIR}/*.help.xml`)
  xmllint --noout --postvalid --walker --timing $f
end
