|
|
@ -1,9 +1,9 @@ |
|
|
|
tests = [ |
|
|
|
tests = [ |
|
|
|
#'basics', should investiage how to not hit timeout limit |
|
|
|
'basics', |
|
|
|
'full-font', |
|
|
|
'full-font', |
|
|
|
'cff-full-font', |
|
|
|
'cff-full-font', |
|
|
|
'japanese', |
|
|
|
'japanese', |
|
|
|
#'cff-japanese', |
|
|
|
'cff-japanese', |
|
|
|
'layout', |
|
|
|
'layout', |
|
|
|
'layout.gpos', |
|
|
|
'layout.gpos', |
|
|
|
'layout.gpos2', |
|
|
|
'layout.gpos2', |
|
|
@ -31,6 +31,8 @@ foreach t : tests |
|
|
|
join_paths(meson.current_source_dir(), 'data', 'tests', fname), |
|
|
|
join_paths(meson.current_source_dir(), 'data', 'tests', fname), |
|
|
|
], |
|
|
|
], |
|
|
|
workdir: join_paths(meson.current_build_dir(), '..', '..'), |
|
|
|
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 |
|
|
|
endforeach |
|
|
|
|
|
|
|
|
|
|
|