blob: ed99dba235c332a0c4b1d6a61523d82e697a916c [file] [log] [blame]
project('outputs not matching install_dirs')
gen = find_program('generator.py')
if meson.backend() != 'ninja'
error('MESON_SKIP_TEST test is only for the ninja backend')
endif
custom_target('too-few-install-dirs',
output : ['toofew.h', 'toofew.c', 'toofew.sh'],
command : [gen, 'toofew', '@OUTDIR@'],
install : true,
install_dir : [join_paths(get_option('prefix'), get_option('includedir')), false])