[meson] Enable more of the subset tests

This commit is contained in:
Ebrahim Byagowi 2020-03-11 20:30:41 +03:30
parent c494d7abcd
commit 943bfeda53
1 changed files with 4 additions and 2 deletions

View File

@ -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