docs: update test count to 2293 for v0.9.0

This commit is contained in:
Graeme Geldenhuys 2026-06-02 10:19:18 +01:00
parent bd57dece6b
commit 211f9d3f46

View file

@ -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.