aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d4247f1..3a81560 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,10 @@ all: setup
analyze: setup
CC='gcc -fanalyzer' SKIP_ANALYZER='-fno-analyzer' $(MAKE) CROSS_COMPILE=
+.PHONY: check
+check: all
+ $(MAKE) -C tests -k check
+
.PHONY:
setup:
@echo -n > deps.mk