selftests/nolibc: rename Makefile
authorThomas Weißschuh <linux@weissschuh.net>
Fri, 20 Jun 2025 21:39:32 +0000 (23:39 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Mon, 23 Jun 2025 20:52:02 +0000 (22:52 +0200)
commit3adf4f90c9bda3d875ce05721ee4bb91c552faa5
treedd52a2cc809bba73a4ccd11c1c95fbcc599dac61
parenta09db6afe292cba6ccb0966d4266b78b1a8a8055
selftests/nolibc: rename Makefile

The nolibc tests are not real kselftests, they work differently and
provide a different interface. Users trying to use them like real
selftests may be confused and the tests are not executed by CI systems.

To make space for an integration with the kselftest framework, move the
custom tests out of the way.
The custom tests are still useful to keep as they provide functionality
not provided by kselftests.

Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://lore.kernel.org/r/20250620-nolibc-selftests-v1-3-f6b2ce7c5071@weissschuh.net
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/testing/selftests/nolibc/Makefile [deleted file]
tools/testing/selftests/nolibc/Makefile.nolibc [new file with mode: 0644]
tools/testing/selftests/nolibc/run-tests.sh