From 8c7ce9b5e1581223de11b8f59ccce8d79e93a354 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 4 Apr 2023 09:26:45 -0500 Subject: Add testing --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1dd66d1..e0723e5 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,9 @@ $(LIB): $(SOURCE) install: $(NAME) install -Dt $(DESTDIR)$(PREFIX)/$@ $(NAME) -test: # TODO +test: $(NAME) + @echo "Converting test/ to a wiki in out/ ..." + ./$(NAME) test -o out clean: rm -f *.import.scm *.so *.o -- cgit 1.4.1-21-gabe81