Skip to content

Commit 3adf4f9

Browse files
committed
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>
1 parent a09db6a commit 3adf4f9

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

tools/testing/selftests/nolibc/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ test_arch() {
169169
if [ "$werror" -ne 0 ]; then
170170
CFLAGS_EXTRA="$CFLAGS_EXTRA -Werror"
171171
fi
172-
MAKE=(make -j"${nproc}" XARCH="${arch}" CROSS_COMPILE="${cross_compile}" LLVM="${llvm}" O="${build_dir}")
172+
MAKE=(make -f Makefile.nolibc -j"${nproc}" XARCH="${arch}" CROSS_COMPILE="${cross_compile}" LLVM="${llvm}" O="${build_dir}")
173173

174174
case "$test_mode" in
175175
'system')

0 commit comments

Comments
 (0)