diff --git a/Makefile b/Makefile index c488fab..c9ff557 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,9 @@ SUBDIRS = src tests include buildsys.mk +.PHONY: check + tests: src + +check: tests + ${MAKE} -C tests -s run