mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-04 02:25:58 +00:00

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>
10 lines
216 B
Makefile
10 lines
216 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
CFLAGS += -Wl,-no-as-needed -Wall $(KHDR_INCLUDES)
|
|
LDLIBS += -lrt -lpthread -lm
|
|
|
|
TEST_GEN_PROGS = ftrace_test dyn_test perf_test abi_test
|
|
|
|
TEST_FILES := settings
|
|
|
|
include ../lib.mk
|