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 1 forks source link

Add unit tests for the `darray` module #33

Open iWas-Coder opened 10 months ago

iWas-Coder commented 10 months ago

Describe the feature

Add test coverage for the darray module.

Why should it be implemented? (optional)

The darray 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)