Skip to content

Commit 68b4d2d

Browse files
broonieshuahkh
authored andcommitted
selftests/user_events: Reenable build
The user_events selftests were removed from the standard set of selftests due to the uapi header it relies on having been temporarily removed. That header is now reinstated so we can reenable the tests. Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
1 parent 1e9519b commit 68b4d2d

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

tools/testing/selftests/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ TARGETS += tmpfs
8989
TARGETS += tpm2
9090
TARGETS += tty
9191
TARGETS += user
92+
TARGETS += user_events
9293
TARGETS += vDSO
9394
TARGETS += mm
9495
TARGETS += x86

tools/testing/selftests/user_events/Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
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-
135
TEST_GEN_PROGS = ftrace_test dyn_test perf_test abi_test
146

157
TEST_FILES := settings

0 commit comments

Comments
 (0)