]> git.proxmox.com Git - mirror_qemu.git/blame - io/meson.build
iotests: connect stdin to /dev/null when running tests
[mirror_qemu.git] / io / meson.build
CommitLineData
7fcfd456
MAL
1io_ss.add(genh)
2io_ss.add(files(
3 'channel-buffer.c',
4 'channel-command.c',
5 'channel-file.c',
87e42764 6 'channel-null.c',
7fcfd456
MAL
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',
3eacf70b 16), gnutls)