summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/meson.build
blob: 26658ce25cea9829dc8ea78d0d3ffc462d25ee0c (plain) (blame)
1
2
3
4
5
6
7
8
if 'CONFIG_LINUX' in config_host
    socket_scm_helper = executable('socket_scm_helper', 'socket_scm_helper.c')
else
    socket_scm_helper = []
endif
configure_file(output: 'common.env',
               input: files('common.env.in'),
               configuration: {'PYTHON': python.full_path()})