Re: [PATCH v4 3/3] test/power: add unit tests for uncore API

2022-09-23 Thread Hunt, David
Hi Tadhg, On 20/09/2022 10:48, Tadhg Kearney wrote: Add basic unit tests covering all nine uncore API's. Signed-off-by: Tadhg Kearney --- app/test/meson.build | 2 + app/test/test_power_uncore.c | 299 +++ 2 files changed, 301 insertions(+) create

[PATCH v4 3/3] test/power: add unit tests for uncore API

2022-09-20 Thread Tadhg Kearney
Add basic unit tests covering all nine uncore API's. Signed-off-by: Tadhg Kearney --- app/test/meson.build | 2 + app/test/test_power_uncore.c | 299 +++ 2 files changed, 301 insertions(+) create mode 100644 app/test/test_power_uncore.c diff --git a/ap