aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
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: