]> git.proxmox.com Git - mirror_qemu.git/blob - io/meson.build
iotests: connect stdin to /dev/null when running tests
[mirror_qemu.git] / io / meson.build
1 io_ss.add(genh)
2 io_ss.add(files(
3 'channel-buffer.c',
4 'channel-command.c',
5 'channel-file.c',
6 'channel-null.c',
7 'channel-socket.c',
8 'channel-tls.c',
9 'channel-util.c',
10 'channel-watch.c',
11 'channel-websock.c',
12 'channel.c',
13 'dns-resolver.c',
14 'net-listener.c',
15 'task.c',
16 ), gnutls)