2024-02-26 16:57:39

by Mickaël Salaün

[permalink] [raw]
Subject: [PATCH 0/2] Merge TEST_F_FORK() into TEST_F()

Hi,

This is a long due cleanup to merge TEST_F_FORK() into TEST_F().

This should simplify Jakub's patches by removing the step counter:
https://lore.kernel.org/r/[email protected]

Regards,

Mickaël Salaün (2):
selftests/landlock: Redefine TEST_F() as TEST_F_FORK()
selftests/harness: Merge TEST_F_FORK() into TEST_F()

tools/testing/selftests/kselftest_harness.h | 56 +++++++++-----------
tools/testing/selftests/landlock/common.h | 58 +--------------------
2 files changed, 27 insertions(+), 87 deletions(-)

--
2.44.0