X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=tests%2Ftest.sh;fp=tests%2Ftest.sh;h=24a105b616c491ee0cae8ccaf64d64e405d93a11;hb=846bb64b483f688096d9c547b9cdb96a7775594a;hp=38ab5e4a7336f9919aca5bd3bf1c58f7e4ee1713;hpb=7b7f0d6209744af59f3c1820f98fd2a22dcebfba;p=xml-template diff --git a/tests/test.sh b/tests/test.sh index 38ab5e4..24a105b 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -4,7 +4,7 @@ if [ -z "$TESTS" ]; then TESTS="passthru simple clone include attribute attribute2 attribute3 attribute-empty" fi if [ -z "$LANGUAGES" ]; then - LANGUAGES="perl php python" + LANGUAGES="perl perl-sax php python" fi for L in $LANGUAGES; do @@ -15,6 +15,9 @@ for L in $LANGUAGES; do if [ "$L" = "perl" ]; then perl -I../perl ../perl/$T.pl > $TEMPFILE fi + if [ "$L" = "perl-sax" ]; then + perl -I../perl-sax ../perl-sax/$T.pl > $TEMPFILE + fi if [ "$L" = "php" ]; then php4-cgi -q ../php/$T.php > $TEMPFILE fi