This commit is contained in:
Justin Ethier 2025-01-20 19:24:09 -08:00
parent bf3702898c
commit d262334297

View file

@ -148,13 +148,13 @@ test-format :
./scripts/check-c-formatting.sh $(HEADER_DIR)/runtime.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)/runtime-main.h
./scripts/check-c-formatting.sh $(HEADER_DIR)/types.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 ffi.c
./scripts/check-c-formatting.sh gc.c ./scripts/check-c-formatting.sh gc.c
./scripts/check-c-formatting.sh hashset.c ./scripts/check-c-formatting.sh hashset.c
./scripts/check-c-formatting.sh mstreams.c ./scripts/check-c-formatting.sh mstreams.c
./scripts/check-c-formatting.sh runtime.c ./scripts/check-c-formatting.sh runtime.c
# ./scripts/check-c-formatting.sh ck-polyfill.c
# ./scripts/check-c-formatting.sh ck-polyfill.h
# This is a test directive used to test changes to a SLD file # This is a test directive used to test changes to a SLD file
# EG: make sld SLDPATH=scheme/cyclone SLD=macros # EG: make sld SLDPATH=scheme/cyclone SLD=macros