projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
94cc50d
)
build: Add target "check" as a synonym for "test".
author
Andre Noll
<maan@tuebingen.mpg.de>
Mon, 22 Aug 2016 15:36:05 +0000
(17:36 +0200)
committer
Andre Noll
<maan@tuebingen.mpg.de>
Sun, 8 Jan 2017 12:58:54 +0000
(13:58 +0100)
make check seems to be more common than make test, and "check" is the
recommended name according to the GNU standards. This patch teaches
the build system to support both targets. It also marks the test-clean,
check and test targets as phony.
No differences found