mbox series

[0/2] Merge TEST_F_FORK() into TEST_F()

Message ID 20240226162335.3532920-1-mic@digikod.net (mailing list archive)
Headers show
Series Merge TEST_F_FORK() into TEST_F() | expand

Message

Mickaël Salaün Feb. 26, 2024, 4:23 p.m. UTC
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/20240220192235.2953484-1-kuba@kernel.org

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(-)