Re: [hackers] [libgrapheme] Add a check make-target as an alias for test || Laslo Hunhold

From: Tom Schwindl <schwindl_AT_posteo.de>
Date: Mon, 21 Nov 2022 11:06:33 +0000

Hi Laslo,

On Sun Nov 20, 2022 at 11:42 PM CET, wrote:
> commit a796095218b0524f957f76d6f3b501ebda700d44
> Author: Laslo Hunhold <dev_AT_frign.de>
> AuthorDate: Tue Nov 15 21:08:50 2022 +0100
> Commit: Laslo Hunhold <dev_AT_frign.de>
> CommitDate: Tue Nov 15 21:08:50 2022 +0100
>
> Add a check make-target as an alias for test
>
> It's one extra line but helps a bit as the "community" seems to be a bit
> split on how to call it (test or check).
>
> Signed-off-by: Laslo Hunhold <dev_AT_frign.de>
>
> diff --git a/Makefile b/Makefile
> index e49b50c..93e0ce3 100644
> --- a/Makefile
> +++ b/Makefile
> _AT_@ -308,6 +308,8 @@ $(MAN7:=.7):
> benchmark: $(BENCHMARK)
> for m in $(BENCHMARK); do ./$$m; done
>
> +check: test
> +
> test: $(TEST)
> for m in $(TEST); do ./$$m; done
>

This should probably be added to the PHONY target as a prerequisite.

--
Best Regards,
Tom Schwindl
Received on Mon Nov 21 2022 - 12:06:33 CET

This archive was generated by hypermail 2.3.0 : Mon Nov 21 2022 - 12:12:31 CET