added target make check
authorYann Collet <cyan@fb.com>
Mon, 26 Feb 2018 22:09:46 +0000 (14:09 -0800)
committerYann Collet <cyan@fb.com>
Mon, 26 Feb 2018 22:09:46 +0000 (14:09 -0800)
commit0ddd1ceb1db0f3a40a5231d52f59d25ceacd6480
treeeea9fd520fe873f7925151c3f3c61e3f593a8f39
parent39fda9a447d4dd51f395c5d94f9b63c7aec9b68b
added target make check

according to GNU Makefile conventions,
the Makefile should feature a make check target
to self-test the generated program:
https://www.gnu.org/prep/standards/html_node/Standard-Targets.html .

this is much less thorough and less taxing than `make test`,
and can be run on any target in a reasonable timeframe (several seconds).
Makefile
tests/Makefile