[PATCH 1/3] user32/tests: Add control color tests.

Alexandre Julliard julliard at winehq.org
Thu Oct 15 13:58:43 CDT 2020


Jeff Smith <whydoubt at gmail.com> writes:

> Signed-off-by: Jeff Smith <whydoubt at gmail.com>
> ---
>  dlls/user32/tests/Makefile.in |   1 +
>  dlls/user32/tests/colormsg.c  | 205 ++++++++++++++++++++++++++++++++++
>  2 files changed, 206 insertions(+)
>  create mode 100644 dlls/user32/tests/colormsg.c
>
> diff --git a/dlls/user32/tests/Makefile.in b/dlls/user32/tests/Makefile.in
> index dd101d69f3c..38f1572cbb4 100644
> --- a/dlls/user32/tests/Makefile.in
> +++ b/dlls/user32/tests/Makefile.in
> @@ -5,6 +5,7 @@ C_SRCS = \
>  	broadcast.c \
>  	class.c \
>  	clipboard.c \
> +	colormsg.c \

This doesn't warrant creating a new file. Please put the new test into
one of the existing files.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list