From 378bb45bcf849e8a9baf15c12c921ed5d684c130 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Fri, 1 Sep 2017 20:32:44 +0200 Subject: [PATCH] Makefile.am: Fix "make run-benchmark" for MinGW --- expat/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/Makefile.am b/expat/Makefile.am index b3c78da2..5ed9ac41 100644 --- a/expat/Makefile.am +++ b/expat/Makefile.am @@ -119,7 +119,7 @@ buildlib: .PHONY: run-benchmark run-benchmark: $(MAKE) -C tests/benchmark - tests/benchmark/benchmark@EXEEXT@ -n $(top_srcdir)/../testdata/largefiles/recset.xml 65535 3 + ./run.sh tests/benchmark/benchmark@EXEEXT@ -n $(top_srcdir)/../testdata/largefiles/recset.xml 65535 3 tests/xmlts.zip: if test "$(XMLTS_ZIP)" = ""; then \