configure: move tests/qemu-iotests/common.env generation to meson
[qemu/ar7.git] / tests / qemu-iotests / meson.build
blob26658ce25cea9829dc8ea78d0d3ffc462d25ee0c
1 if 'CONFIG_LINUX' in config_host
2     socket_scm_helper = executable('socket_scm_helper', 'socket_scm_helper.c')
3 else
4     socket_scm_helper = []
5 endif
6 configure_file(output: 'common.env',
7                input: files('common.env.in'),
8                configuration: {'PYTHON': python.full_path()})