We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b455822 commit 421db66Copy full SHA for 421db66
test/meson.build
@@ -201,6 +201,12 @@ dw_ui_test = executable(
201
test('DW imgbuf mem test', dw_imgbuf_mem_test)
202
203
if get_option('html-tests').enabled()
204
+ imgformats = ['png', 'svg']
205
+ foreach imgformat : imgformats
206
+ if not get_option(imgformat).enabled()
207
+ error(f'Option \'@imgformat@\' is required for the HTML tests')
208
+ endif
209
+ endforeach
210
html_tests = [
211
'html/render/b-div.html',
212
'html/render/div-100-percent-with-padding.html',
0 commit comments