@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user