Skip to content

Commit

Permalink
Cruft removal per #1942, phase 2d
Browse files Browse the repository at this point in the history
  • Loading branch information
sydb committed Oct 25, 2020
1 parent 6d05f41 commit 82d6843
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions P5/Test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ EXTENDEDFILES = \
testplace-kml.special
#testi18n.xsd \
default: normal special testmeta2010 test-extns test-frag detest
default: normal special testmeta2010 test-frag detest

normal: $(NORMALFILES)
special: $(EXTENDEDFILES)
Expand Down Expand Up @@ -81,16 +81,6 @@ test-frag: checkrnv
${JING} -t -c frag.rnc testfrag.xml
rnv frag.rnc testfrag.xml


test-extns:
@echo BUILD: Testing files which demonstrate user extensions
xmllint --noout --valid extns.xml
xmllint --noout --valid extns2.xml

test-sgml:
@echo BUILD: Test SGML extension mechanism
onsgmls -e -g -s sgmldecl.tei extns.sgm

detest: checkrnv
@echo BUILD: Test file with deliberate mistakes
$(ANT) -f antruntest.xml -Doutputname=detest -DoddFile=detest.odd compileodd rng isoschematron cleanup
Expand Down

0 comments on commit 82d6843

Please sign in to comment.