Re: [PATCH RFC 1/3] selftests/nolibc: add custom test harness

2023-11-16 Thread Thomas Weißschuh
On 2023-11-16 08:16:22+0100, Willy Tarreau wrote: > Hi Thomas, > > On Wed, Nov 15, 2023 at 10:08:19PM +0100, Thomas Weißschuh wrote: > > The harness provides a framework to write unit tests for nolibc itself > > and kernel selftests using nolibc. > > > > Advantages over the current harness: > > *

Re: [PATCH RFC 1/3] selftests/nolibc: add custom test harness

2023-11-15 Thread Willy Tarreau
Hi Thomas, On Wed, Nov 15, 2023 at 10:08:19PM +0100, Thomas Weißschuh wrote: > The harness provides a framework to write unit tests for nolibc itself > and kernel selftests using nolibc. > > Advantages over the current harness: > * Makes it possible to emit KTAP for integration into kselftests. >

[PATCH RFC 1/3] selftests/nolibc: add custom test harness

2023-11-15 Thread Thomas Weißschuh
The harness provides a framework to write unit tests for nolibc itself and kernel selftests using nolibc. Advantages over the current harness: * Makes it possible to emit KTAP for integration into kselftests. * Provides familiarity with the kselftest harness and google test. * It is nicer to write