mirror of
https://github.com/guezoloic/t3dsr.git
synced 2026-01-25 12:34:24 +00:00
feat(test_vec3): added all unit tests for vector operations
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
#include "test_vec3.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
addVector3_test();
|
||||
subVector3_test();
|
||||
scaleVector3_test();
|
||||
dotVector3_test();
|
||||
lenVector3_test();
|
||||
normVector3_test();
|
||||
distVector3_test();
|
||||
printf("All Vector4 tests succeeded\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user