summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenzo Torres <torres@sideros.org>2025-03-17 21:00:22 +0100
committerLorenzo Torres <torres@sideros.org>2025-03-17 21:00:22 +0100
commit36e48aa3b7376b775017a9fef278c9d60426999d (patch)
tree8d17c9f874dd30c6b64517bd085d4bf5e28c5e0e
parent932b957a73a7f2e2a5dc84e78657060cf46e22a2 (diff)
added unit testing to TODO list
-rw-r--r--documentation/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/TODO b/documentation/TODO
index 77b4923..e4d5295 100644
--- a/documentation/TODO
+++ b/documentation/TODO
@@ -15,6 +15,9 @@ One of the goals of the project is to be as welcoming as possible to new contrib
documentation. Engine APIs, modding interfaces and modules of the code (rendering, vulkan, ecs, mods, ...) should be
documented with text files in `documentation/` and in the documentation page of the website (TODO).
+- Unit testing:
+Zig has built-in unit testing which should be used to verify that everything is working correctly when changing something.
+
MEDIUM:
- Implement internal windowing system: