Merge pull request #2828 from AndersHoglund/fix_junittest
junittest xml output was lost, fixed.
This commit is contained in:
commit
411ffe06a8
|
@ -351,7 +351,7 @@ $(OBJECT_DIR)/$1/$1 : $$($$1_OBJS) \
|
||||||
|
|
||||||
|
|
||||||
test-$1: $(OBJECT_DIR)/$1/$1
|
test-$1: $(OBJECT_DIR)/$1/$1
|
||||||
$(V1) $$< $(EXEC_OPTS) "$(STDOUT)" && echo "running $$@: PASS"
|
$(V1) $$< $$(EXEC_OPTS) "$(STDOUT)" && echo "running $$@: PASS"
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue