merge test sources into one C source

This commit is contained in:
Recep Aslantas
2020-01-19 22:12:25 +03:00
parent 406d09e085
commit c630293c7d
13 changed files with 53 additions and 386 deletions

View File

@@ -141,15 +141,10 @@ libcglm_la_SOURCES=\
test_tests_SOURCES=\
test/runner.c \
test/src/test_common.c \
test/src/test_mat4.c \
test/src/tests.c \
test/src/test_cam.c \
test/src/test_project.c \
test/src/test_clamp.c \
test/src/test_euler.c \
test/src/test_quat.c \
test/src/test_vec4.c \
test/src/test_vec3.c \
test/src/test_mat3.c \
test/src/test_affine.c \
test/src/test_bezier.c \
test/src/test_struct.c