fix: rework tests using unity test framework.

This commit is contained in:
2025-03-21 21:04:35 +01:00
committed by Loïc GUEZO
parent 82984170c6
commit 4449542fe6
8 changed files with 4668 additions and 291 deletions

View File

@@ -17,6 +17,8 @@ void reflVector3_test();
void distVector3_test();
void rotaVector3_test();
void runVector3_test();
// --- Vector4 ---
void addVector4_test();
@@ -31,4 +33,6 @@ void projVector4_test();
void reflVector4_test();
void distVector4_test();
void runVector4_test();
#endif // TEST_V4