[PATCH 1/7] app/test: introduce UT suite framework for kvargs
Stephen Hemminger
stephen at networkplumber.org
Fri Oct 11 04:08:51 CEST 2024
On Fri, 3 Nov 2023 09:53:19 +0000
Chengwen Feng <fengchengwen at huawei.com> wrote:
> Introduce unit test suite framework for test_kvargs.c.
>
> Signed-off-by: Chengwen Feng <fengchengwen at huawei.com>
> ---
> app/test/test_kvargs.c | 20 +++++++++++++-------
> 1 file changed, 13 insertions(+), 7 deletions(-)
>
> diff --git a/app/test/test_kvargs.c b/app/test/test_kvargs.c
> index 7a60cac4c1..9aeb9aa0aa 100644
> --- a/app/test/test_kvargs.c
> +++ b/app/test/test_kvargs.c
> @@ -1,5 +1,6 @@
> /* SPDX-License-Identifier: BSD-3-Clause
> * Copyright 2014 6WIND S.A.
> + * Copyright(c) 2023 HiSilicon Limited
> */
The test changes look good and it is always better to have more tests.
IANAL but starting the precedent of allowing adding copyright whenever a file
is touched just leads to lots of meaningless fluff.
More information about the dev
mailing list