]> git.codecow.com Git - Monocypher.git/commit
Added a `check` target to the makefile, that means the same as `test`
authorLoup Vaillant <loup@loup-vaillant.fr>
Mon, 25 Sep 2017 20:11:15 +0000 (22:11 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Mon, 25 Sep 2017 20:11:15 +0000 (22:11 +0200)
commit77d7fefc918929eab653993b82446f36544e2c58
tree4fe619f1f5fe8bb554570161faafe8a209c362c3
parentd114aec3033a5416ec60c92fef37932463a34d4a
Added a `check` target to the makefile, that means the same as `test`

Automake specifies that `make check` runs the test suite.  We should
respect such conventions.  `make test` still works ("test" is a good
name for such a target).
makefile