8 lines
162 B
Meson
8 lines
162 B
Meson
tests = [
|
|
]
|
|
|
|
foreach t : tests
|
|
exec = executable(t, t+'.c', include_directories: headers_include, c_args: evh_c_args)
|
|
test(t, exec, suite: 'hash')
|
|
endforeach
|