selftests/nolibc: add a few tests for some libc functions
authorWilly Tarreau <w@1wt.eu>
Tue, 19 Jul 2022 21:44:38 +0000 (23:44 +0200)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 31 Aug 2022 12:17:44 +0000 (05:17 -0700)
commit95bc989488eb7150949cf2fcce3f486741d1c57f
treeb7112f2ce6c6999cb2e236d913200cc299590c10
parentb4844fa0bdb4075ad842e89d6c41e3d0c6124848
selftests/nolibc: add a few tests for some libc functions

The test series called "stdlib" covers some libc functions (string,
stdlib etc). By default they are automatically run after "syscall"
but may be requested in argument or in variable NOLIBC_TEST.

Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/nolibc/nolibc-test.c