Skip to content

Commit

Permalink
Adding build-report makefile target on Windows (#4384)
Browse files Browse the repository at this point in the history
Backporting the `build-report` target from the *nix makefile
to the Windows pendant.
  • Loading branch information
big-r81 committed Jan 18, 2023
1 parent bcfaa82 commit deb8ef2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit deb8ef2

Please sign in to comment.