From 211f9d3f464e187917c75d9125cb04070edd4541 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Tue, 2 Jun 2026 10:19:18 +0100 Subject: [PATCH] docs: update test count to 2293 for v0.9.0 --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 2f76eaf..022b558 100644 --- a/README.adoc +++ b/README.adoc @@ -38,7 +38,7 @@ https://github.com/graemeg/opdebugger[OPDF] debug format support. == 🚀 Project Status * **Self-Hosting:** Yes. Blaise bootstraps and recompiles itself with byte-for-byte fixpoint. FPC is no longer required — the entire toolchain runs on Blaise alone. -* **Testing:** 2043 tests and growing (Test-Driven Development from day one). The test suite itself compiles under Blaise. +* **Testing:** 2293 tests and growing (Test-Driven Development from day one). The test suite itself compiles under Blaise. * **Backends:** Currently utilising a QBE backend, with an LLVM backend in active development.