On 8/2/22 11:13, Thomas Huth wrote:
By using subdir_done(), we can get rid of one level of indentation in this file. This will make it easier to add more conditions to skip the iotests in future patches.Signed-off-by: Thomas Huth <th...@redhat.com> --- tests/qemu-iotests/meson.build | 61 ++++++++++++++++++---------------- 1 file changed, 32 insertions(+), 29 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>