On Mon, 08/04 22:36, Eric Blake wrote:
> diff --git a/tests/Makefile b/tests/Makefile
> index 4b2e1bb..a5d82e1 100644
> --- a/tests/Makefile
> +++ b/tests/Makefile
> @@ -190,7 +190,8 @@ $(foreach target,$(SYSEMU_TARGET_LIST), \
>      $(eval check-qtest-$(target)-y += tests/qom-test$(EXESUF)))
> 
>  check-qapi-schema-y := $(addprefix tests/qapi-schema/, \
> -        comments.json empty.json funny-char.json indented-expr.json \
> +        comments.json empty.json enum-empty.json enum-missing-data.json \
> +     enum-wrong-data.json funny-char.json indented-expr.json \

Misaligned. Please use soft tab.

Reply via email to