From b8cc2c18d9bc0292626a6b84e76fb39c1cd4b757 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 4 Feb 2024 15:25:15 +0200 Subject: Add `make test`, refactor tests --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index adaf090..9fdb6f7 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ all: @echo " dynamic - Build the binary without static linking." @echo " install - Copy the binary to the install PREFIX." @echo " deps - Install dependencies from requirements.list." + @echo " test - Run unit tests and exit." @echo " clean - Remove built binary and other generated files." @echo "" @echo "Specify a target to make." @@ -39,6 +40,9 @@ install: deps: chicken-install -from-list requirements.list +test: + csi -s test.scm + # Clean target clean: rm -rf build -- cgit v1.3