Index: Makefile ================================================================== --- Makefile +++ Makefile @@ -1,5 +1,10 @@ SUBDIRS = src tests include buildsys.mk +.PHONY: check + tests: src + +check: tests + ${MAKE} -C tests -s run