mirror of
https://github.com/recp/cglm.git
synced 2025-12-24 12:32:40 +00:00
build: rebuild list of test files in meson.build
This commit is contained in:
@@ -102,13 +102,17 @@ if get_option('build_tests') == true
|
||||
|
||||
test_src = files(
|
||||
'test/runner.c',
|
||||
'test/src/test_euler.c',
|
||||
'test/src/test_bezier.c',
|
||||
'test/src/test_cam.c',
|
||||
'test/src/test_struct.c',
|
||||
'test/src/test_cam_lh_no.c',
|
||||
'test/src/test_cam_lh_zo.c',
|
||||
'test/src/test_cam_rh_no.c',
|
||||
'test/src/test_cam_rh_zo.c',
|
||||
'test/src/test_clamp.c',
|
||||
'test/src/test_common.c',
|
||||
'test/src/test_euler.c',
|
||||
'test/src/tests.c',
|
||||
'test/src/test_struct.c',
|
||||
)
|
||||
|
||||
test_exe = executable('tests',
|
||||
|
||||
Reference in New Issue
Block a user