mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-15 10:42:40 -04:00
The include.sh file is generated for inclusion and should not be executable.
Otherwise, it will be added to kselftest-list.txt. Additionally, add the
executable bit for test.py at the same time to ensure proper functionality.
Fixes: 3ade6ce125 ("selftests: rds: add testing infrastructure")
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Link: https://patch.msgid.link/20240927041349.81216-1-liuhangbin@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
14 lines
200 B
Makefile
14 lines
200 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
all:
|
|
@echo mk_build_dir="$(shell pwd)" > include.sh
|
|
|
|
TEST_PROGS := run.sh \
|
|
test.py
|
|
|
|
TEST_FILES := include.sh
|
|
|
|
EXTRA_CLEAN := /tmp/rds_logs
|
|
|
|
include ../../lib.mk
|