#!/bin/sh
set -e
for i in tests/xml/*.xml tests/xml/*.output
do
  test=tests/xml/test-topology.sh /bin/sh ./debian/tests/test-util "$i"
done
