Add testing guide and update README with testing section

This commit is contained in:
2026-04-05 09:35:17 +03:00
parent a1618f39bb
commit f1998acfe3
2 changed files with 101 additions and 0 deletions
+4
View File
@@ -58,6 +58,10 @@ See [`docs/cheatsheet.md`](docs/cheatsheet.md) for a map of Finnish grammatical
| `examples/async/` | DOM click handlers, mutable state |
| `examples/program/` | Capstone combining recursion and list iteration |
## Testing
See [`docs/testing.md`](docs/testing.md) for a step-by-step guide to verifying each example.
## Local Setup (without Docker)
See [`docs/install.md`](docs/install.md) for instructions on installing `libvoikko` and `tampio` natively.