Skip test cases/frameworks/13 yelp if itstool isn't found

pull/3060/head
Jon Turney 7 years ago
parent d5b8f18f17
commit d78f88160a
  1. 6
      test cases/frameworks/13 yelp/meson.build

@ -1,2 +1,8 @@
project('yelp', 'c')
itstool = find_program('itstool', required: false)
if not itstool.found()
error('MESON_SKIP_TEST itstool not found.')
endif
subdir('help')

Loading…
Cancel
Save