summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/user_events
diff options
context:
space:
mode:
authorShuah Khan <skhan@linuxfoundation.org>2023-02-14 20:19:39 +0100
committerShuah Khan <skhan@linuxfoundation.org>2023-02-14 21:18:55 +0100
commit0eb15a47bf437a268b69ab1a1a45fdf1f609b69f (patch)
tree5ab597a02d7d568e4ade917b0b2b7768ef587253 /tools/testing/selftests/user_events
parentselftests/mount_setattr: fix to make run_tests failure (diff)
downloadlinux-0eb15a47bf437a268b69ab1a1a45fdf1f609b69f.tar.xz
linux-0eb15a47bf437a268b69ab1a1a45fdf1f609b69f.zip
selftests/user_events: add a note about user_events.h dependency
This test depends on <linux/user_events.h> exported in uapi The following commit removed user_events.h out of uapi: commit 5cfff569cab8 ("tracing: Move user_events.h temporarily out of include/uapi") This test will not compile until user_events.h is added back to uapi. Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/user_events')
-rw-r--r--tools/testing/selftests/user_events/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/testing/selftests/user_events/Makefile b/tools/testing/selftests/user_events/Makefile
index 87d54c640068..6b512b86aec3 100644
--- a/tools/testing/selftests/user_events/Makefile
+++ b/tools/testing/selftests/user_events/Makefile
@@ -2,6 +2,14 @@
CFLAGS += -Wl,-no-as-needed -Wall $(KHDR_INCLUDES)
LDLIBS += -lrt -lpthread -lm
+# Note:
+# This test depends on <linux/user_events.h> exported in uapi
+# The following commit removed user_events.h out of uapi:
+# commit 5cfff569cab8bf544bab62c911c5d6efd5af5e05
+# tracing: Move user_events.h temporarily out of include/uapi
+# This test will not compile until user_events.h is added
+# back to uapi.
+
TEST_GEN_PROGS = ftrace_test dyn_test perf_test
TEST_FILES := settings