mirror of
https://github.com/raspberrypi/linux.git
synced 2026-01-02 07:43:34 +00:00
Add a testcase for poll() on hist file. This introduces a helper binary to the ftracetest, because there is no good way to reliably execute poll() on hist file. Cc: Shuah Khan <shuah@kernel.org> Cc: Tom Zanussi <zanussi@kernel.org> Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Link: https://lore.kernel.org/173547867935.569911.10127126796879854182.stgit@devnote2 Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org> Reviewed-by: Shuah Khan <skhan@linuxfoundation.org> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
12 lines
209 B
Makefile
12 lines
209 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
all:
|
|
|
|
TEST_PROGS_EXTENDED := ftracetest
|
|
TEST_PROGS := ftracetest-ktap
|
|
TEST_FILES := test.d settings
|
|
EXTRA_CLEAN := $(OUTPUT)/logs/*
|
|
|
|
TEST_GEN_PROGS = poll
|
|
|
|
include ../lib.mk
|