Introspection fixes
[gnumeric.git] / tools / test-xsd-schema
blob946391009355a8ab72e044f60fed8712cc42b1d9
1 #!/bin/sh
2 for f in $* ; do
3 xmllint -schema gnumeric.xsd "$f" > /dev/null
4 done