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

9 lines
182 B
Meson

tests = [
'seed_high_bits',
]
foreach t : tests
exec = executable(t, t+'.c', include_directories: headers_include, c_args: evh_c_args)
test(t, exec, suite: 'hash')
endforeach