Re: [PATCH v4 14/19] atc: Add unit tests

2025-05-14 Thread CLEMENT MATHIEU--DRIF
On 14/05/2025 9:36 am, Michael S. Tsirkin wrote: > Caution: External email. Do not open attachments or click links, unless this > email comes from a known sender and you know the content is safe. > > > On Thu, Feb 27, 2025 at 10:54:47AM +, CLEMENT MATHIEU--DRIF wrote: >> From: Clement Mathie

Re: [PATCH v4 14/19] atc: Add unit tests

2025-05-14 Thread Michael S. Tsirkin
On Thu, Feb 27, 2025 at 10:54:47AM +, CLEMENT MATHIEU--DRIF wrote: > From: Clement Mathieu--Drif > > Signed-off-by: Clement Mathieu--Drif Causes build failures. https://gitlab.com/mstredhat/qemu/-/jobs/10024906541 I tried to fix it up but got this: https://gitlab.com/mstredhat/qemu/-/j

Re: [PATCH v4 14/19] atc: Add unit tests

2025-05-13 Thread Michael S. Tsirkin
On Thu, Feb 27, 2025 at 10:54:47AM +, CLEMENT MATHIEU--DRIF wrote: > From: Clement Mathieu--Drif > > Signed-off-by: Clement Mathieu--Drif > --- > tests/unit/meson.build | 1 + > tests/unit/test-atc.c | 527 + > 2 files changed, 528 insertions(+) >

[PATCH v4 14/19] atc: Add unit tests

2025-02-27 Thread CLEMENT MATHIEU--DRIF
From: Clement Mathieu--Drif Signed-off-by: Clement Mathieu--Drif --- tests/unit/meson.build | 1 + tests/unit/test-atc.c | 527 + 2 files changed, 528 insertions(+) create mode 100644 tests/unit/test-atc.c diff --git a/tests/unit/meson.build b/tests/