Skip to content

Commit

Permalink
selftests/user_events: add a note about user_events.h dependency
Browse files Browse the repository at this point in the history
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 <skhan@linuxfoundation.org>
  • Loading branch information
shuahkh committed Feb 14, 2023
1 parent aca5a09 commit 0eb15a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools/testing/selftests/user_events/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0eb15a4

Please sign in to comment.