[meson] Enable more of the subset tests
This commit is contained in:
parent
c494d7abcd
commit
943bfeda53
@ -1,9 +1,9 @@
|
||||
tests = [
|
||||
#'basics', should investiage how to not hit timeout limit
|
||||
'basics',
|
||||
'full-font',
|
||||
'cff-full-font',
|
||||
'japanese',
|
||||
#'cff-japanese',
|
||||
'cff-japanese',
|
||||
'layout',
|
||||
'layout.gpos',
|
||||
'layout.gpos2',
|
||||
@ -31,6 +31,8 @@ foreach t : tests
|
||||
join_paths(meson.current_source_dir(), 'data', 'tests', fname),
|
||||
],
|
||||
workdir: join_paths(meson.current_build_dir(), '..', '..'),
|
||||
# as the test are ran concurrently and we have numerous ones here let's raise acceptable time
|
||||
timeout: 120,
|
||||
)
|
||||
endforeach
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user