From 4af5176d6377958a457da3e5f671ce21540fad70 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 18 Aug 2024 20:48:27 +0300 Subject: add tests and fixes on top of 674438 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.3