]> git.sesse.net Git - xml-template/blobdiff - tests/test.sh
Add a structure test.
[xml-template] / tests / test.sh
index b66ed3812645e2d07d9fba3b6b64aec990ea568b..0b09ea4838f04de123a9ef297e129675d89829ce 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 if [ -z "$TESTS" ]; then
-       TESTS="passthru simple clone include attribute attribute2 attribute3 attribute-empty namespace namespace2"
+       TESTS="passthru simple clone include attribute attribute2 attribute3 attribute-empty namespace namespace2 structure"
 fi
 if [ -z "$LANGUAGES" ]; then
        LANGUAGES="perl perl-sax php python ruby"