add tests for mat2 and its call version

This commit is contained in:
Recep Aslantas
2020-02-24 22:14:26 +03:00
parent 43ae3b332a
commit ad9370537c
6 changed files with 450 additions and 18 deletions

View File

@@ -15,6 +15,7 @@
#include "test_vec2.h"
#include "test_vec3.h"
#include "test_vec4.h"
#include "test_mat2.h"
#include "test_mat3.h"
#include "test_mat4.h"
#include "test_quat.h"
@@ -35,6 +36,7 @@
#include "test_vec2.h"
#include "test_vec3.h"
#include "test_vec4.h"
#include "test_mat2.h"
#include "test_mat3.h"
#include "test_mat4.h"
#include "test_quat.h"