mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-08-21 16:31:14 +02:00

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>
181 B
181 B
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