[Xcb] [PATCH 4/4] xcb: add broken test

Marty E. Plummer hanetzer at startmail.com
Thu Aug 2 06:02:49 UTC 2018


Doesn't work due to subdir, will ask the meson people about it and fix.

Signed-off-by: Marty E. Plummer <hanetzer at startmail.com>
---
 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



More information about the Xcb mailing list