tests: disable vala generated test on cygwin

Which doesn't work with the packaged version of Vala
pull/14205/head
Dylan Baker 2 months ago committed by Jussi Pakkanen
parent 0b505fcab8
commit 7a40db5a4f
  1. 4
      test cases/vala/11 generated vapi/meson.build
  2. 3
      test cases/vala/11 generated vapi/test.json

@ -1,5 +1,9 @@
project('vapi-test', ['c', 'vala'])
if host_machine.system() == 'cygwin'
error('MESON_SKIP_TEST Does not work with the Vala currently packaged in cygwin')
endif
gnome = import('gnome')
subdir('libfoo')
subdir('libbar')

@ -9,5 +9,6 @@
{"type": "file", "file": "usr/share/vala/vapi/foo-1.0.deps"},
{"type": "file", "file": "usr/share/vala/vapi/bar-1.0.vapi"},
{"type": "file", "file": "usr/share/vala/vapi/bar-1.0.deps"}
]
],
"expect_skip_on_jobname": ["cygwin"]
}

Loading…
Cancel
Save