selftests/nolibc: add EXPECT_PTRGE, EXPECT_PTRGT, EXPECT_PTRLE, EXPECT_PTRLT
authorZhangjin Wu <falcon@tinylab.org>
Sat, 15 Jul 2023 18:33:26 +0000 (02:33 +0800)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Aug 2023 02:40:22 +0000 (04:40 +0200)
commitfd3a9efde8db4b9e7738d1338c23ac43de723d5f
treee726ca283d096a76bd5e34a91e5b3b494595b151
parentc48d8af2faf2b407e80ec1e9bd23872601d0c0b3
selftests/nolibc: add EXPECT_PTRGE, EXPECT_PTRGT, EXPECT_PTRLE, EXPECT_PTRLT

4 new pointer compare macros are added, they are similar to the integer
compare macros.

Signed-off-by: Zhangjin Wu <falcon@tinylab.org>
Signed-off-by: Willy Tarreau <w@1wt.eu>
tools/testing/selftests/nolibc/nolibc-test.c