Add a test for struct type initializers

To make sure that they all work properly and none of them trigger
warnings.
This commit is contained in:
Carsten Hartenfels
2019-11-24 13:37:52 -05:00
parent 8ad273475f
commit b9aa14d25e
3 changed files with 98 additions and 1 deletions

View File

@@ -151,7 +151,8 @@ test_tests_SOURCES=\
test/src/test_vec3.c \
test/src/test_mat3.c \
test/src/test_affine.c \
test/src/test_bezier.c
test/src/test_bezier.c \
test/src/test_struct.c
pkgconfig_DATA=cglm.pc