[patch v2 2/2] stdio: Add more setvbuf tests

Andreas Schwab schwab@suse.de
Thu Apr 3 08:19:15 GMT 2025


On Mär 27 2025, DJ Delorie wrote:

> diff --git a/stdio-common/Makefile b/stdio-common/Makefile
> index d3733d0c3d..2dcd7a7020 100644
> --- a/stdio-common/Makefile
> +++ b/stdio-common/Makefile
> @@ -351,7 +351,9 @@ endif
>  endif
>  
>  tests-container += \
> -  tst-popen3
> +  tst-popen3 \
> +  tst-setvbuf2 \
> +  tst-setvbuf2-ind
>    # tests-container
>  
>  generated += \
> @@ -363,6 +365,8 @@ generated += \
>  
>  tests-internal = \
>    tst-grouping_iterator \
> +  tst-setvbuf2 \
> +  tst-setvbuf2-ind \
>    # tests-internal

There is a warning from make:

../Rules:244: target '.../stdio-common/tst-setvbuf2' given more than once in the same rule
../Rules:244: target '.../stdio-common/tst-setvbuf2-ind' given more than once in the same rule

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


More information about the Libc-alpha mailing list