From 073364a285e976c6d331e2e7d4645e247482b2f7 Mon Sep 17 00:00:00 2001 From: Anders Hoglund Date: Thu, 6 Apr 2017 01:38:24 +0200 Subject: [PATCH] junittest xml output was lost, fixed. --- src/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/Makefile b/src/test/Makefile index c31d875f38..9b8d053f07 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -351,7 +351,7 @@ $(OBJECT_DIR)/$1/$1 : $$($$1_OBJS) \ test-$1: $(OBJECT_DIR)/$1/$1 - $(V1) $$< $(EXEC_OPTS) "$(STDOUT)" && echo "running $$@: PASS" + $(V1) $$< $$(EXEC_OPTS) "$(STDOUT)" && echo "running $$@: PASS" endef