mirror of
https://github.com/torvalds/linux.git
synced 2024-12-05 10:32:35 +00:00
9af47666cb
In order to help catch regressions in splice vs read behavior in certain special files, test a few with various different kinds of internal kernel helpers. Cc: Shuah Khan <shuah@kernel.org> Signed-off-by: Kees Cook <keescook@chromium.org>
6 lines
181 B
Makefile
6 lines
181 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
TEST_PROGS := default_file_splice_read.sh short_splice_read.sh
|
|
TEST_GEN_PROGS_EXTENDED := default_file_splice_read splice_read
|
|
|
|
include ../lib.mk
|