9 lines
182 B
Meson
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
|