From 158e0f737f2423e6ec86118af576cbeeb649cfea Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 20 Jan 2025 19:10:18 -0800 Subject: [PATCH] Try different approach --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Makefile b/Makefile index dfa9b29c..80dc5bde 100644 --- a/Makefile +++ b/Makefile @@ -144,7 +144,17 @@ format : gc.c runtime.c ffi.c hashset.c mstreams.c ck-polyfill.c ck-polyfill.h $ $(FORMAT_CMD) runtime.c test-format : + ./scripts/check-c-formatting.sh $(HEADER_DIR)/hashset.h + ./scripts/check-c-formatting.sh $(HEADER_DIR)/runtime.h + ./scripts/check-c-formatting.sh $(HEADER_DIR)/runtime-main.h + ./scripts/check-c-formatting.sh $(HEADER_DIR)/types.h + ./scripts/check-c-formatting.sh ck-polyfill.c + ./scripts/check-c-formatting.sh ck-polyfill.h + ./scripts/check-c-formatting.sh ffi.c + ./scripts/check-c-formatting.sh gc.c ./scripts/check-c-formatting.sh hashset.c + ./scripts/check-c-formatting.sh mstreams.c + ./scripts/check-c-formatting.sh runtime.c # This is a test directive used to test changes to a SLD file # EG: make sld SLDPATH=scheme/cyclone SLD=macros