diff --git a/Makefile b/Makefile index 2df674eb..60214dee 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,10 @@ clean: rm -f *~ zoo/*/* build: + make zooprj + make testmatchprj + +zooprj: make -f _dev/Makefile.c.zoo make -f _dev/Makefile.cpp.zoo make -f _dev/Makefile.csharp.zoo @@ -18,5 +22,12 @@ build: xsltproc --stringparam date `date +"%d/%m/%Y"` ../shared/xsl/zoo2xhtml.xslt _dev/config.zoo > zoo/index.html xsltproc ../shared/xsl/links2html.xslt _dev/java-grammars.xml | python ../shared/python/closemeta.py > zoo/java/links.html +testmatchprj: + bgf2html ../topics/testing/gbtf/tests/java/habelitz.bgf testmatch/habelitz.html + bgf2html ../topics/testing/gbtf/tests/java/parr.bgf testmatch/parr.html + bgf2html ../topics/testing/gbtf/tests/java/stahl.bgf testmatch/stahl.html + bgf2html ../topics/testing/gbtf/tests/java/studman.bgf testmatch/studman.html + #xsltproc ../shared/xsl/links2html.xslt _dev/testmatch.xml | python ../shared/python/closemeta.py > testmatch/index.html + test: - xmllint --noout --schema ../shared/xsd/links.xsd _dev/java-grammars.xml + xmllint --noout --schema ../shared/xsd/links.xsd _dev/*.xml diff --git a/testmatch/index.html b/testmatch/index.html new file mode 100644 index 00000000..98b79d8e --- /dev/null +++ b/testmatch/index.html @@ -0,0 +1,117 @@ + + + + + Software Language Processing Suite: TestMatch + + + +

+ Software Language Processing Suite +

+

+ Comparison of Context-free Grammars
+ Based on Test-data Generation and Parsing
+ [page under construction] +

+ +
+ +