Skip to content

Commit 0eb15a4

Browse files
committed
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 5cfff56 ("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 <[email protected]>
1 parent aca5a09 commit 0eb15a4

File tree

1 file changed

+8
-0
lines changed
  • tools/testing/selftests/user_events

1 file changed

+8
-0
lines changed

tools/testing/selftests/user_events/Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
CFLAGS += -Wl,-no-as-needed -Wall $(KHDR_INCLUDES)
33
LDLIBS += -lrt -lpthread -lm
44

5+
# Note:
6+
# This test depends on <linux/user_events.h> exported in uapi
7+
# The following commit removed user_events.h out of uapi:
8+
# commit 5cfff569cab8bf544bab62c911c5d6efd5af5e05
9+
# tracing: Move user_events.h temporarily out of include/uapi
10+
# This test will not compile until user_events.h is added
11+
# back to uapi.
12+
513
TEST_GEN_PROGS = ftrace_test dyn_test perf_test
614

715
TEST_FILES := settings

0 commit comments

Comments
 (0)