From d64c805f8159f8d7b35ceedf3f4dfe4f659efeb6 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Mon, 10 Jan 2011 16:51:10 +0100 Subject: BM2: Little fix to make the `make check-trusted' to work on Linux and Windows. Reviewed-by: Joao --- tests/benchmarks/trusted-benchmarks.pri | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/benchmarks/trusted-benchmarks.pri b/tests/benchmarks/trusted-benchmarks.pri index 632dcff..a835cbd 100644 --- a/tests/benchmarks/trusted-benchmarks.pri +++ b/tests/benchmarks/trusted-benchmarks.pri @@ -1,8 +1,11 @@ # Edit the list of trusted benchmarks in each of the sub-targets +# command terminating newline in Makefile +NL=$$escape_expand(\\n\\t) + check-trusted.depends = qmake for(benchmark, TRUSTED_BENCHMARKS) { - check-trusted.commands += (cd $$benchmark && $(MAKE) -f $(MAKEFILE) check); + check-trusted.commands += -cd $$benchmark && $(MAKE) -f $(MAKEFILE) check$${NL} } QMAKE_EXTRA_TARGETS += check-trusted -- cgit v0.12