summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.win b/Makefile.win
index 0a2f6513c..d24634ce7 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -250,6 +250,11 @@ elixir-check-formatted: elixir-init
elixir-credo: elixir-init
@mix credo
+.PHONY: build-report
+# target: build-report - Generate a build report
+build-report:
+ @$(PYTHON) build-aux/show-test-results.py --suites=10 --tests=10 > test-results.log
+
.PHONY: check-qs
# target: check-qs - Run query server tests (ruby and rspec required!)
check-qs: