Files
evol-headers/tests/ev_str/meson.build
T
mo7sen 81a5b4a3c8
Run tests / Run tests (push) Failing after 6s
Added more tests
2026-05-03 20:21:33 +03:00

20 lines
401 B
Meson

tests = [
'stack_global_heap',
'slice',
'push_variants',
'new_format',
'replace_first',
'find_all',
'push_fmt_float',
'find_first_mismatch',
'find_first_overlapping_prefix',
'stack_get_space',
'overlapping_push',
'find_first_empty_query',
]
foreach t : tests
exec = executable(t, t+'.c', dependencies: [str_dep], c_args: evh_c_args)
test(t, exec, suite: 'str')
endforeach