Skip to content

Commit 3a42e16

Browse files
author
jacklau
committed
Update stale engine test counts to 357 in docs
CONTRIBUTING.md (130), docs/VERSIONS.md (92) and docs/index.md (169) still cited test-suite sizes from earlier in the project. The suite is 357 tests now, which matches the README and the actual :engine:test run. Docs only.
1 parent 569c8f2 commit 3a42e16

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Use `./gradlew` (the wrapper) — do not rely on a system Gradle.
2828
The engine is a normal single Kotlin module. Develop and test it without touching Fabric:
2929

3030
```bash
31-
./gradlew :engine:test # 130 unit tests
31+
./gradlew :engine:test # 357 unit tests
3232
./gradlew :engine:build
3333
```
3434

docs/VERSIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ auto-provisioned by Foojay** on first build.
6868
> the Java-16 (1.17.1) and Java-8 (1.16.5) variants that shade the engine (JIJ). The engine uses
6969
> only Kotlin stdlib (`kotlin.collections.ArrayDeque.addFirst` etc.) with no APIs above Java 8,
7070
> so targeting 8 is behavior-neutral and the Java-8 (major-version-52) bytecode runs on every
71-
> newer-JVM variant too. `./gradlew :engine:test` stays green at 92 tests.
71+
> newer-JVM variant too. `./gradlew :engine:test` stays green at 357 tests.
7272
7373
## Supported versions
7474

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ first-class **multi-version** support.
3636

3737
---
3838

39-
The engine ships a real unit-test suite (169 tests): lexer, parser, runtime VM,
39+
The engine ships a real unit-test suite (357 tests): lexer, parser, runtime VM,
4040
variables, expressions, actions, pathfinding.
4141

4242
</div>

0 commit comments

Comments
 (0)