Skip to content

Commit

Permalink
Add test-all make target
Browse files Browse the repository at this point in the history
Just for convenience, e.g. before package publish.
  • Loading branch information
anko committed May 4, 2017
1 parent 0237d2a commit c483d59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ test-docs: all doc/how-macros-work.markdown doc/basics-reference.markdown
@txm doc/how-macros-work.markdown
@txm doc/basics-reference.markdown

.PHONY: all clean test test-readme test-docs
test-all: all test test-readme test-docs

.PHONY: all clean test test-readme test-docs test-all

0 comments on commit c483d59

Please sign in to comment.