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

13 lines
281 B
Meson

tests = [
'zero_cap_grow',
'reducecap_updatelen',
'reducecap_free_elems',
'reducelen_free_elems',
'pop_out_frees_vector_owned_elem',
]
foreach t : tests
exec = executable(t, t+'.c', dependencies: [vec_dep], c_args: evh_c_args)
test(t, exec, suite: 'vec')
endforeach