From 33fcf676128426f2ac9a4730d63fa481bb351518 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 18 Aug 2024 00:07:56 +0300 Subject: make check works again --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 60ac3a8..48b62a0 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,10 @@ EK_SOURCES := include src/source.mk +.PHONY: check +check: all + $(MAKE) -C tests -k check + .PHONY: format format: find src include -iname '*.[ch]' |\ @@ -51,6 +55,7 @@ RM = rm .PHONY: clean clean: $(RM) -rf $(CLEANUP) + $(MAKE) -C tests clean .PHONY: clean_docs clean_docs: -- cgit v1.3