Add "make check"
FossilOrigin-Name: 685fcf4c953fa4ab5fc2454c683fb48408ac10a6f7e13d7d5b2ac85416ff025e
This commit is contained in:
parent
893c2e143a
commit
8c6a7d082b
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -2,4 +2,9 @@ SUBDIRS = src tests
|
||||||
|
|
||||||
include buildsys.mk
|
include buildsys.mk
|
||||||
|
|
||||||
|
.PHONY: check
|
||||||
|
|
||||||
tests: src
|
tests: src
|
||||||
|
|
||||||
|
check: tests
|
||||||
|
${MAKE} -C tests -s run
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue