aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/splice/Makefile
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2020-08-06 23:01:09 -0700
committerKees Cook <keescook@chromium.org>2020-08-07 10:50:11 -0700
commit9af47666cb0f331bfcd76799ee368cdfcb00882c (patch)
tree9134feaef0f6076f5f1ebe484fb3791d60d1ff7b /tools/testing/selftests/splice/Makefile
parentmodule: Correctly truncate sysfs sections output (diff)
downloadlinux-dev-9af47666cb0f331bfcd76799ee368cdfcb00882c.tar.xz
linux-dev-9af47666cb0f331bfcd76799ee368cdfcb00882c.zip
selftests: splice: Check behavior of full and short splices
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>
Diffstat (limited to 'tools/testing/selftests/splice/Makefile')
-rw-r--r--tools/testing/selftests/splice/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/splice/Makefile b/tools/testing/selftests/splice/Makefile
index e519b159b60d..541cd826d5a5 100644
--- a/tools/testing/selftests/splice/Makefile
+++ b/tools/testing/selftests/splice/Makefile
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
-TEST_PROGS := default_file_splice_read.sh
-TEST_GEN_PROGS_EXTENDED := default_file_splice_read
+TEST_PROGS := default_file_splice_read.sh short_splice_read.sh
+TEST_GEN_PROGS_EXTENDED := default_file_splice_read splice_read
include ../lib.mk