[PATCH 4/4] xcb: add broken test
"Marty E. Plummer" <[email protected]>
| Newsgroups | gmane.comp.freedesktop.xcb |
|---|---|
| Message-ID | <[email protected]> |
Doesn't work due to subdir, will ask the meson people about it and fix. Signed-off-by: Marty E. Plummer <[email protected]> --- src/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/meson.build b/src/meson.build index 5be2f78..b8c07fe 100644 --- a/src/meson.build +++ b/src/meson.build @@ -41,8 +41,8 @@ if xmllint.found() #foreach p : proto # run_command(xmllint, '--noout', '--schema', schema, p) #endforeach - run_target('check-local', - command : [ xmllint, '--noout', '--schema', schema, proto ] + test('check-local', + xmllint, args : ['--noout', '--schema', schema, proto ] ) else warning('xmllint not found; unable to validate against schema.') -- 2.18.0 _______________________________________________ Xcb mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/xcb