Re: [PATCH v2 10/14] test: lib: add uthread test

2025-02-28 Thread Ilias Apalodimas
On Tue, 25 Feb 2025 at 18:35, Jerome Forissier wrote: > > Add a uhread framework test to the lib tests. > > Signed-off-by: Jerome Forissier > --- > test/lib/Makefile | 1 + > test/lib/uthread.c | 68 ++ > 2 files changed, 69 insertions(+) > create m

[PATCH v2 10/14] test: lib: add uthread test

2025-02-25 Thread Jerome Forissier
Add a uhread framework test to the lib tests. Signed-off-by: Jerome Forissier --- test/lib/Makefile | 1 + test/lib/uthread.c | 68 ++ 2 files changed, 69 insertions(+) create mode 100644 test/lib/uthread.c diff --git a/test/lib/Makefile b/test/lib