summaryrefslogtreecommitdiffstats
path: root/test cases/frameworks/13 yelp/meson.build
blob: 9fdde25aebf6fda65912d0f0a1d8498b1ddcd0d4 (plain)
1
2
3
4
5
6
7
8
project('yelp', 'c')

itstool = find_program('itstool', required: false)
if not itstool.found()
  error('MESON_SKIP_TEST itstool not found.')
endif

subdir('help')