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