summaryrefslogtreecommitdiffstats
path: root/test/w3c/convert-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/convert-tests.sh')
-rwxr-xr-xtest/w3c/convert-tests.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/w3c/convert-tests.sh b/test/w3c/convert-tests.sh
index b8deeac..9e23efd 100755
--- a/test/w3c/convert-tests.sh
+++ b/test/w3c/convert-tests.sh
@@ -13,6 +13,9 @@ while [ "$1" != "" ]; do
ecma )
ECMA=$1
shift ;;
+ c89 )
+ C89=$1
+ shift ;;
lua )
LUA=$1
shift ;;
@@ -48,6 +51,9 @@ do
if [ "$ECMA" != "" ]; then
echo -n "ecma " && $TRANSFORM $TXML confEcma.xsl -o:ecma/$TARGETFILE
fi
+ if [ "$C89" != "" ]; then
+ echo -n "c89 " && $TRANSFORM $TXML confC89.xsl -o:c89/$TARGETFILE
+ fi
if [ "$JEXL" != "" ]; then
echo -n "jexl " && $TRANSFORM $TXML confJEXL.xsl -o:jexl/$TARGETFILE
fi