Add tests for cglm_ray_triangle

This commit is contained in:
Uwila
2020-04-06 11:42:23 +02:00
parent 78b2e2d2cc
commit 90eb164a43
2 changed files with 3 additions and 0 deletions

View File

@@ -45,6 +45,7 @@
#include "test_plane.h"
#include "test_affine.h"
#include "test_affine_mat.h"
#include "test_ray.h"
#undef GLM
#undef GLM_PREFIX

View File

@@ -220,6 +220,7 @@ TEST_DECLARE(euler)
/* ray */
TEST_DECLARE(glm_ray_triangle)
TEST_DECLARE(glmc_ray_triangle)
/* quat */
TEST_DECLARE(MACRO_GLM_QUAT_IDENTITY_INIT)
@@ -910,6 +911,7 @@ TEST_LIST {
/* ray */
TEST_ENTRY(glm_ray_triangle)
TEST_ENTRY(glmc_ray_triangle)
/* quat */
TEST_ENTRY(MACRO_GLM_QUAT_IDENTITY_INIT)