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 +++- README.txt | 9 ++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) 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 diff --git a/README.txt b/README.txt index ed0c990..941b207 100644 --- a/README.txt +++ b/README.txt @@ -14,9 +14,16 @@ requirements: build: -- ./bootstrap - make install: - make install + +test: + +- make test + +[Build the files in test/ to out/. This is not a great testing framework yet.] + + -- cgit 1.4.1-21-gabe81