From f75484e93c1eaadb36d89a65d1e38c0625c83ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingy=20d=C3=B6t=20Net?= Date: Mon, 13 Apr 2026 09:17:42 -0400 Subject: [PATCH] Add a "Running the Glojure tests" section --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index b674707e..a76b9429 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,28 @@ bb test-lpy deactivate ``` +## Running the Glojure tests + +[Gloat](https://gloathub.org/) has a +[fork of Glojure](https://github.com/gloathub/glojure) that is being actively +maintained and developed. + +See the clojure-test-suite results for Glojure +[here](https://gloathub.org/test-report/). + +Or run them yourself, like so: + +```bash +git clone https://github.com/gloathub/glojure +make -C glojure test-suite + glojure/test/clojure-test-suite/report.html +``` + +There are no prerequisites for this beyond `git`, `make` and `curl`. +The [Makefile](https://github.com/gloathub/glojure/blob/gloat/Makefile) +installs [everything else](https://github.com/makeplus/makes) +as needed inside the glojure/ directory. + ## Babashka Tasks You can see which Babashka tasks are available with: