selftests/futex: Refactor futex_wait_timeout with kselftest_harness.h
authorAndré Almeida <andrealmeid@igalia.com>
Wed, 17 Sep 2025 21:21:44 +0000 (18:21 -0300)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 20 Sep 2025 16:11:54 +0000 (18:11 +0200)
commit0c02abf6389e01a3b78091394bc9624d5f1d84fb
tree3e50c2ae137cd69236cec1276aeabb9676cae4f1
parent2ef0615685094f6c7ad7e18498759f90015b7de8
selftests/futex: Refactor futex_wait_timeout with kselftest_harness.h

To reduce the boilerplate code, refactor futex_wait_timeout test to use
kselftest_harness header instead of futex's logging header.

Signed-off-by: André Almeida <andrealmeid@igalia.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
tools/testing/selftests/futex/functional/futex_wait_timeout.c
tools/testing/selftests/futex/functional/run.sh