Get rid of mallet warnings about missing log props
diff --git a/Makefile b/Makefile
index 65a21c1..cd49651 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 MAKE ?= make -j $(shell nproc)
 KORAPXML2CONLLU_HEAP ?= $(shell echo "$$(($(MAX_THREADS) * 2500))")
 KORAPXML2CONLLU ?= java -Xmx$(KORAPXML2CONLLU_HEAP)m -jar lib/korapxml2conllu.jar
-SAXON ?= java -cp lib/saxon9ee.jar:lib/xml-resolver-1.2.jar:lib/textclassifier.jar net.sf.saxon.Transform -expand:off -catalog:"lib/dtds/xhtml11/xhtmlcatalog.xml;lib/dtds/xhtml/dtd/xhtmlcatalog.xml"
+SAXON ?= java -Djava.util.logging.config.file=/logging.properties -cp lib/saxon9ee.jar:lib/xml-resolver-1.2.jar:lib/textclassifier.jar net.sf.saxon.Transform -expand:off -catalog:"lib/dtds/xhtml11/xhtmlcatalog.xml;lib/dtds/xhtml/dtd/xhtmlcatalog.xml"
 
 .DELETE_ON_ERROR:
 
@@ -57,7 +57,7 @@
 	done < $(TARGET_DIR)/filelist$*.txt
 	tail -n 1 xslt/idsCorpus-template.xml  >> $@
 
-test: models/dereko_domains_s.classifier i5valid
+test: models/dereko_domains_s.classifier i5valid test/test-xml.sh
 	bash test/test-xml.sh
 
 i5: $(foreach year,$(YEARS),$(TARGET_DIR)/dnb$(year).i5.xml)