iWas-Coder / wge

A multithreaded, high performance, fully functional game engine written in pure C, similar in speed to a Wildebeestâ„¢.
https://iwas-coder.github.io/wge
GNU General Public License v3.0
1 stars 0 forks source link

Add unit tests for the `kmemory` module #35

Open iWas-Coder opened 8 months ago

iWas-Coder commented 8 months ago

Describe the feature

Add test coverage for the kmemory module.

Why should it be implemented? (optional)

The kmemory module is a core component of the engine, thus various parts depend on it; if it does not work as expected, it could create problems in some critical places.

Do you think there is any alternative? (optional)

N/A

Additional context (optional)

Extra questions (optional)