[PATCH 1/7] app/test: introduce UT suite framework for kvargs
fengchengwen
fengchengwen at huawei.com
Fri Oct 11 05:35:35 CEST 2024
On 2024/10/11 10:08, Stephen Hemminger wrote:
> 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.
OK, I sent v2 which remove this line.
More information about the dev
mailing list