mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Use correct default rule for unit test.
This commit is contained in:
parent
aeaaea35a8
commit
91c935180e
1 changed files with 6 additions and 6 deletions
|
@ -88,6 +88,12 @@ PROG:=java \
|
|||
--tests all \
|
||||
--testOutput ./test_reports/
|
||||
|
||||
# This default rule runs the unit tests with the constructed command.
|
||||
test:
|
||||
@mkdir -p $(PROFILES)
|
||||
$(PROG)
|
||||
@rm -rf $(PROFILES)
|
||||
|
||||
# In case this Makefile needs to be debugged then this rule will provide all
|
||||
# the information from intermediate steps.
|
||||
debug:
|
||||
|
@ -106,11 +112,5 @@ debug:
|
|||
@echo 'Command to be run: $(PROG)'
|
||||
@echo
|
||||
|
||||
# This rule runs the unit tests with the constructed command.
|
||||
test:
|
||||
@mkdir -p $(PROFILES)
|
||||
$(PROG)
|
||||
@rm -rf $(PROFILES)
|
||||
|
||||
.phony:: test
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue