From ef5be9f1bbe61cccf4d7bd56891d6aa0bc22221e Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 11 Aug 2019 00:48:55 +0200 Subject: [PATCH] Makefile.am: Support direct "./configure && make run-xmltest" --- expat/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/expat/Makefile.am b/expat/Makefile.am index 04c59937..4de3f41d 100644 --- a/expat/Makefile.am +++ b/expat/Makefile.am @@ -144,6 +144,7 @@ tests/xmlconf: tests/xmlts.zip .PHONY: run-xmltest run-xmltest: tests/xmlconf if WITH_XMLWF + $(MAKE) -C lib $(MAKE) -C xmlwf $(srcdir)/tests/xmltest.sh "$(abs_builddir)/run.sh $(abs_builddir)/xmlwf/xmlwf@EXEEXT@" 2>&1 | tee $(builddir)/tests/xmltest.log $(srcdir)/fix-xmltest-log.sh $(builddir)/tests/xmltest.log -- 2.40.0