From 87531495a299bf18be060d0fdbcf9b8c4f54d868 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Wed, 17 Jun 2026 23:22:43 +0100 Subject: [PATCH] docs: update test count to 3474 for v0.11.0 --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 6c05fb0..756d566 100644 --- a/README.adoc +++ b/README.adoc @@ -42,7 +42,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:** 3172 tests and growing (Test-Driven Development from day one). The test suite itself compiles under Blaise. +* **Testing:** 3474 tests and growing (Test-Driven Development from day one). The test suite itself compiles under Blaise. * **Backends:** Two code-generation backends — QBE (default, production) and a direct native x86-64 backend (in active development, approaching feature parity with QBE).