Addded Romeo that generates some doc. WIP.

This commit is contained in:
2026-07-18 18:58:29 -04:00
parent 446670bd29
commit 0c583b58da
120 changed files with 6167 additions and 18 deletions
@@ -0,0 +1,17 @@
# Juliet\src\UnitTest\RunUnitTests
## Source Files
- Source: `Juliet\src\UnitTest\RunUnitTests.cpp`
## AI Description
This header defines a debug-only unit test runner for the Juliet system. Its responsibility is to execute specific validation suites like memory arena and vector checks via two forward-declared functions within the UnitTest namespace, logging execution status through LogManager only when JULIET_DEBUG is enabled at compile time.
## Symbols
### Namespace `Juliet::UnitTest`
#### Functions & Methods
- `// Forward declare the VectorUnitTest function
void VectorUnitTest()`
- `void TestMemoryArena()`