commit 0181dad8864a6573203eff6e2ee7f06f59d43e5a
parent 5ca7208adfe3fd071dfd87536b7a0d7c0ab5a5f5
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Fri, 24 Jan 2025 07:48:32 +0200
Add GOOP implementation tests targets to the Makefile.
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -1,9 +1,12 @@
.PHONY: tests
-tests: SRFI-123.log
+tests: SRFI-123.log SRFI-123-GOOPS.log
SRFI-123.log: run-tests.scm srfi/srfi-123.scm
guile -L . run-tests.scm
+SRFI-123-GOOPS.log: run-tests-goops.scm srfi/srfi-123/goops.scm
+ guile -L . run-tests-goops.scm
+
srfi-123.html: srfi-123.md
pandoc \
--from=markdown_github-hard_line_breaks+pandoc_title_block \