Re: [PATCH 2/2] tests/unit: Add an unit test for smp parsing

2021-10-12 Thread wangyanan (Y)
On 2021/10/12 21:51, Andrew Jones wrote: On Sun, Oct 10, 2021 at 06:39:54PM +0800, Yanan Wang wrote: Now that we have a generic parser smp_parse(), let's add an unit test for the code. All possible valid/invalid SMP configurations that the user can specify are covered. Signed-off-by: Yanan Wa

Re: [PATCH 2/2] tests/unit: Add an unit test for smp parsing

2021-10-12 Thread Andrew Jones
On Sun, Oct 10, 2021 at 06:39:54PM +0800, Yanan Wang wrote: > Now that we have a generic parser smp_parse(), let's add an unit > test for the code. All possible valid/invalid SMP configurations > that the user can specify are covered. > > Signed-off-by: Yanan Wang > --- > MAINTAINERS

[PATCH 2/2] tests/unit: Add an unit test for smp parsing

2021-10-10 Thread Yanan Wang
Now that we have a generic parser smp_parse(), let's add an unit test for the code. All possible valid/invalid SMP configurations that the user can specify are covered. Signed-off-by: Yanan Wang --- MAINTAINERS | 1 + tests/unit/meson.build | 1 + tests/unit/test-smp-par